@@ -43,7 +43,7 @@ |
||
43 | 43 | |
44 | 44 | public function boot() |
45 | 45 | { |
46 | - if (! $this->app->routesAreCached() && config('tokenized_login.use_default_routes')) { |
|
46 | + if (!$this->app->routesAreCached() && config('tokenized_login.use_default_routes')) { |
|
47 | 47 | $this->defineRoutes(); |
48 | 48 | } |
49 | 49 |