Completed
Pull Request — master (#13)
by
unknown
01:43
created
src/LocalizerServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
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([
Please login to merge, or discard this patch.