Skip to content

Commit

Permalink
AllowDynamicProperties
Browse files Browse the repository at this point in the history
  • Loading branch information
walkor committed Nov 17, 2022
1 parent 84132bb commit 50c97b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Worker.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,15 @@
* Worker class
* A container for listening ports
*/
#[\AllowDynamicProperties]
class Worker
{
/**
* Version.
*
* @var string
*/
const VERSION = '3.5.32';
const VERSION = '3.5.33';

/**
* Status starting.
Expand Down

0 comments on commit 50c97b6

Please sign in to comment.