Skip to content

Commit b549dad

Browse files
committed
feat: allow dynamic properties on Resque_Job
skillshare/php-resque-statds dynamically sets the statsDStartTime property on Resque_Job.
1 parent 28e920a commit b549dad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/Resque/Job.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* @author Chris Boulton <chris@bigcommerce.com>
1111
* @license http://www.opensource.org/licenses/mit-license.php
1212
*/
13+
#[\AllowDynamicProperties]
1314
class Resque_Job
1415
{
1516
/**

0 commit comments

Comments
 (0)