@@ -31,8 +31,8 @@ discard block |
||
| 31 | 31 | $this->settings = (object) $settings; |
| 32 | 32 | |
| 33 | 33 | $this->bindViews() |
| 34 | - ->bindRoutes() |
|
| 35 | - ->publishResources(); |
|
| 34 | + ->bindRoutes() |
|
| 35 | + ->publishResources(); |
|
| 36 | 36 | } |
| 37 | 37 | |
| 38 | 38 | /** |
@@ -69,8 +69,8 @@ discard block |
||
| 69 | 69 | $destinationPath = resource_path('views/vendor/captchaSimpleDriver'); |
| 70 | 70 | |
| 71 | 71 | $this->serviceProvider |
| 72 | - ->publish(__DIR__ . '/resources/views', $destinationPath, 'views') |
|
| 73 | - ->publish(__DIR__ . '/resources/assets', $destinationPath.'/assets', 'assets'); |
|
| 72 | + ->publish(__DIR__ . '/resources/views', $destinationPath, 'views') |
|
| 73 | + ->publish(__DIR__ . '/resources/assets', $destinationPath.'/assets', 'assets'); |
|
| 74 | 74 | |
| 75 | 75 | return $this; |
| 76 | 76 | } |