@@ -30,11 +30,11 @@ |
||
30 | 30 | if ($this->app->runningInConsole()) { |
31 | 31 | |
32 | 32 | $this->publishes([ |
33 | - __DIR__ . '/config/config.php' => config_path('bSecure.php'), |
|
33 | + __DIR__ . '/config/config.php' => config_path('bSecure.php'), |
|
34 | 34 | ], 'config'); |
35 | 35 | |
36 | 36 | $this->publishes([ |
37 | - __DIR__ . '/resources/lang/en/messages.php' => resource_path('lang/vendor/bSecure/en/messages.php'), |
|
37 | + __DIR__ . '/resources/lang/en/messages.php' => resource_path('lang/vendor/bSecure/en/messages.php'), |
|
38 | 38 | ]); |
39 | 39 | } |
40 | 40 | } |