Skip to content

Commit 86bff43

Browse files
lucasdotdevactions-user
lucasdotdev
authored andcommitted
Fix styling
1 parent cac6d8d commit 86bff43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DBQueriesCounterServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class DBQueriesCounterServiceProvider extends ServiceProvider
99
public function boot()
1010
{
1111
$this->publishes([
12-
__DIR__.'/Traits/' => base_path('tests/Traits')
12+
__DIR__.'/Traits/' => base_path('tests/Traits'),
1313
], 'laravel-database-queries-counter-traits');
1414
}
1515
}

0 commit comments

Comments
 (0)