Fixing missing use

This commit is contained in:
Pavel Shevaev 2022-05-20 13:48:34 +03:00
parent 69ec9dd640
commit 68e43e49cf
1 changed files with 1 additions and 0 deletions

View File

@ -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;