mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-02 14:25:38 +08:00
adjust cs-fixer config
This commit is contained in:
@@ -1,20 +1,5 @@
|
||||
<?php
|
||||
|
||||
use ZM\Config\ZMConfig;
|
||||
use ZM\Console\Console;
|
||||
use ZM\Store\LightCacheInside;
|
||||
use ZM\Store\ZMAtomic;
|
||||
use ZM\Utils\DataProvider;
|
||||
use ZM\Utils\Terminal;
|
||||
declare(strict_types=1);
|
||||
|
||||
require_once __DIR__ . '/../vendor/autoload.php';
|
||||
|
||||
//ZMConfig::setDirectory(WORKING_DIR . '/config/');
|
||||
//ZMConfig::setEnv();
|
||||
//if (ZMConfig::get('global') === false) {
|
||||
// die (zm_internal_errcode('E00007') . 'Global config load failed: ' . ZMConfig::$last_error . "\nError path: " . DataProvider::getSourceRootDir() . "\nPlease init first!\nSee: https://github.com/zhamao-robot/zhamao-framework/issues/37\n");
|
||||
//}
|
||||
//LightCacheInside::init();
|
||||
//ZMAtomic::init();
|
||||
//Terminal::init();
|
||||
//Console::setLevel(4);
|
||||
|
||||
Reference in New Issue
Block a user