改名
This commit is contained in:
@@ -109,10 +109,7 @@ class Application extends BaseApplication
|
|||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
fire(Event::SERVER_BEFORE_START);
|
fire(Event::SERVER_BEFORE_START);
|
||||||
if (env('debug') == 'false') {
|
|
||||||
$annotation = Snowflake::app()->getAttributes();
|
|
||||||
$annotation->read(directory('app'), 'App');
|
|
||||||
}
|
|
||||||
$manager = Snowflake::app()->get('console');
|
$manager = Snowflake::app()->get('console');
|
||||||
$manager->setParameters($argv);
|
$manager->setParameters($argv);
|
||||||
$class = $manager->search();
|
$class = $manager->search();
|
||||||
|
|||||||
Reference in New Issue
Block a user