mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 05:32:20 +00:00
Change all require statements to include the full path.
This commit is contained in:
parent
6e6d7ad859
commit
9ce7cfb370
5 changed files with 12 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
require_once 'Stat.php';
|
||||
require_once 'Job.php';
|
||||
require_once 'Job/DirtyExitException.php';
|
||||
require_once dirname(__FILE__) . '/Stat.php';
|
||||
require_once dirname(__FILE__) . '/Job.php';
|
||||
require_once dirname(__FILE__) . '/Job/DirtyExitException.php';
|
||||
|
||||
/**
|
||||
* Resque worker that handles checking queues for jobs, fetching them
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue