Fixing missing use
This commit is contained in:
parent
69ec9dd640
commit
68e43e49cf
|
@ -1,5 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
namespace taskman;
|
namespace taskman;
|
||||||
|
use Exception;
|
||||||
|
|
||||||
$GLOBALS['CONFIG_GLOBAL_DEPS'] = array();
|
$GLOBALS['CONFIG_GLOBAL_DEPS'] = array();
|
||||||
$GLOBALS['CONFIG_INIT_WORKER_FUNC'] = null;
|
$GLOBALS['CONFIG_INIT_WORKER_FUNC'] = null;
|
||||||
|
|
Loading…
Reference in New Issue