Skip to content

Commit

Permalink
Added ResqueScheduler::VERSION constant
Browse files Browse the repository at this point in the history
This fixes the error thrown when trying to set the proctitle if the constant doesn't exist.

Signed-off-by: Daniel Hunsaker <[email protected]>
  • Loading branch information
danhunsaker committed Mar 9, 2013
1 parent 9050a3d commit 7362055
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/ResqueScheduler.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
*/
class ResqueScheduler
{
const VERSION = "0.1";

/**
* Enqueue a job in a given number of seconds from now.
*
Expand Down

0 comments on commit 7362055

Please sign in to comment.