@@ -29,7 +29,7 @@  | 
                                                    ||
| 29 | 29 |          $router->aliasMiddleware('localizer', config('localizer.middleware')); | 
                                                        
| 30 | 30 | $this->app->register(IdentifyServiceProvider::class);  | 
                                                        
| 31 | 31 | |
| 32 | -        if (! class_exists('AddLocaleColumn')) { | 
                                                        |
| 32 | +        if (!class_exists('AddLocaleColumn')) { | 
                                                        |
| 33 | 33 | // Publish the migration  | 
                                                        
| 34 | 34 |              $timestamp = date('Y_m_d_His', time()); | 
                                                        
| 35 | 35 | $this->publishes([  |