Skip to content

Commit 56d51cd

Browse files
author
liurenlin
committed
remove app_debug condition
1 parent 651b7ff commit 56d51cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class ServiceProvider extends LaravelServiceProvider
2323
*/
2424
public function boot()
2525
{
26-
if (!$this->app['config']->get('app.debug') && !$this->app['config']->get('logging.query.enabled', false)) {
26+
if (!$this->app['config']->get('logging.query.enabled', false)) {
2727
return;
2828
}
2929

0 commit comments

Comments
 (0)