@@ -9,11 +9,11 @@ |
||
9 | 9 | public function boot() |
10 | 10 | { |
11 | 11 | $this->publishes([ |
12 | - \dirname(__DIR__) . '/config/follow.php' => config_path('follow.php'), |
|
12 | + \dirname(__DIR__).'/config/follow.php' => config_path('follow.php'), |
|
13 | 13 | ], 'config'); |
14 | 14 | |
15 | 15 | $this->publishes([ |
16 | - \dirname(__DIR__) . '/migrations/' => database_path('migrations'), |
|
16 | + \dirname(__DIR__).'/migrations/' => database_path('migrations'), |
|
17 | 17 | ], 'migrations'); |
18 | 18 | } |
19 | 19 | } |