We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b5644 commit 9d8e8a4Copy full SHA for 9d8e8a4
src/AppLoggerServiceProvider.php
@@ -31,7 +31,7 @@ public function boot()
31
{
32
$this->publishes([
33
__DIR__.'/../config/app-logger.php' => config_path('app-logger.php'),
34
- ]);
+ ], 'config');
35
36
if (app(QueryLogProfile::class)->shouldLog()) {
37
app(QueryLogWriter::class)->log();
0 commit comments