Fixed constants

This commit is contained in:
Dmitry Khomutov 2016-07-21 21:20:34 +06:00
commit 4fee89fb80
46 changed files with 204 additions and 212 deletions

View file

@ -23,7 +23,7 @@ use PHPCensor\Service\BuildService;
use Symfony\Component\Console\Application;
use b8\Store\Factory;
define('PHPCI_IS_CONSOLE', true);
define('IS_CONSOLE', true);
require_once(dirname(__DIR__) . '/bootstrap.php');