Skip to content

Commit 9d8e8a4

Browse files
committed
Add missing tag
1 parent d0b5644 commit 9d8e8a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AppLoggerServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function boot()
3131
{
3232
$this->publishes([
3333
__DIR__.'/../config/app-logger.php' => config_path('app-logger.php'),
34-
]);
34+
], 'config');
3535

3636
if (app(QueryLogProfile::class)->shouldLog()) {
3737
app(QueryLogWriter::class)->log();

0 commit comments

Comments
 (0)