Skip to content

Commit

Permalink
fix Constants missing
Browse files Browse the repository at this point in the history
  • Loading branch information
walkor committed Oct 12, 2015
1 parent c7e71a0 commit 79d7685
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Autoloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
*/
namespace Workerman;

// 包含常量定义文件
require_once __DIR__.'/Lib/Constants.php';

/**
* 自动加载类
* @author walkor<[email protected]>
Expand Down
2 changes: 2 additions & 0 deletions Worker.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
*/
namespace Workerman;

require_once __DIR__.'/Lib/Constants.php';

use \Workerman\Events\Libevent;
use \Workerman\Events\Select;
use \Workerman\Events\EventInterface;
Expand Down

0 comments on commit 79d7685

Please sign in to comment.