Skip to content

Commit 34b93e6

Browse files
author
Jorge González
committed
fix deprecation
1 parent 26f8e28 commit 34b93e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/app.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,15 +339,15 @@
339339
'path' => LOGS,
340340
'file' => 'debug',
341341
'url' => env('LOG_DEBUG_URL', null),
342-
'scopes' => false,
342+
'scopes' => null,
343343
'levels' => ['notice', 'info', 'debug'],
344344
],
345345
'error' => [
346346
'className' => FileLog::class,
347347
'path' => LOGS,
348348
'file' => 'error',
349349
'url' => env('LOG_ERROR_URL', null),
350-
'scopes' => false,
350+
'scopes' => null,
351351
'levels' => ['warning', 'error', 'critical', 'alert', 'emergency'],
352352
],
353353
// To enable this dedicated query log, you need set your datasource's log flag to true

0 commit comments

Comments
 (0)