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 a8d757b commit cac6d8dCopy full SHA for cac6d8d
src/DBQueriesCounterServiceProvider.php
@@ -8,6 +8,8 @@ class DBQueriesCounterServiceProvider extends ServiceProvider
8
{
9
public function boot()
10
11
- //
+ $this->publishes([
12
+ __DIR__.'/Traits/' => base_path('tests/Traits')
13
+ ], 'laravel-database-queries-counter-traits');
14
}
15
0 commit comments