Skip to content

Commit 82f8411

Browse files
committed
1 parent 54ebc94 commit 82f8411

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/LikeableServiceProvider.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@
99
*/
1010
class LikeableServiceProvider extends ServiceProvider
1111
{
12-
protected $defer = true;
13-
1412
public function boot()
1513
{
1614
$this->publishes([
17-
__DIR__.'/../migrations/' => database_path('migrations')
15+
realpath(__DIR__.'/../migrations') => database_path('migrations')
1816
], 'migrations');
1917
}
2018

0 commit comments

Comments
 (0)