去掉artisan调用自定义函数

加入新扩展cycle-orm
This commit is contained in:
2021-05-03 07:49:04 +08:00
parent ef8224d20e
commit 884aff5b23
5 changed files with 2650 additions and 564 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ class AppServiceProvider extends ServiceProvider
// 开发环境开启ide辅助插件
if ($this->app->environment() == 'development') {
//$this->app->register(\Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class);
$this->app->register(\Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class);
}
}