Skip to content

Commit cac6d8d

Browse files
committed
Register traits publishing
1 parent a8d757b commit cac6d8d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/DBQueriesCounterServiceProvider.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ class DBQueriesCounterServiceProvider extends ServiceProvider
88
{
99
public function boot()
1010
{
11-
//
11+
$this->publishes([
12+
__DIR__.'/Traits/' => base_path('tests/Traits')
13+
], 'laravel-database-queries-counter-traits');
1214
}
1315
}

0 commit comments

Comments
 (0)