@@ -32,7 +32,7 @@ |
||
| 32 | 32 | |
| 33 | 33 | if (\function_exists('config_path')) { |
| 34 | 34 | $this->publishes([ |
| 35 | - __DIR__ . '/../config/loginlog.php' => config_path('loginlog.php') |
|
| 35 | + __DIR__ . '/../config/loginlog.php' => config_path('loginlog.php') |
|
| 36 | 36 | ], 'laravel-user-login-log-config'); |
| 37 | 37 | } |
| 38 | 38 | |