Skip to content

Commit 7362055

Browse files
committed
Added ResqueScheduler::VERSION constant
This fixes the error thrown when trying to set the proctitle if the constant doesn't exist. Signed-off-by: Daniel Hunsaker <[email protected]>
1 parent 9050a3d commit 7362055

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/ResqueScheduler.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
*/
1010
class ResqueScheduler
1111
{
12+
const VERSION = "0.1";
13+
1214
/**
1315
* Enqueue a job in a given number of seconds from now.
1416
*

0 commit comments

Comments
 (0)