Merge branch 'master' of git.int.haowumc.com:arch/lumen-sql-logger

This commit is contained in:
候学杰 2018-05-17 21:12:07 +08:00
commit 9a469ad2ea

View File

@ -11,7 +11,7 @@ composer require --dev arch/lumen-sql-logger
### 开启 ### 开启
```php ```php
if (env('APP_ENV') == 'local') { if (env('APP_ENV') == 'local') {
$app->register(Arch\EventServiceProvider::class); $app->register(Arch\SQLEventServiceProvider::class);
} }
``` ```