Skip to content

Commit

Permalink
StyleCI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Dec 13, 2017
1 parent e246cb2 commit 9973238
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ public function boot(Router $router)
}

$this->publishes([
__DIR__.'/Config/language.php' => config_path('language.php'),
__DIR__.'/Migrations/2020_01_01_000000_add_locale_column.php' => database_path('migrations/2020_01_01_000000_add_locale_column.php'),
__DIR__.'/Resources/views/flag.blade.php' => resource_path('views/vendor/language/flag.blade.php'),
__DIR__.'/Resources/views/flags.blade.php' => resource_path('views/vendor/language/flags.blade.php'),
__DIR__.'/Config/language.php' => config_path('language.php'),
__DIR__.'/Migrations/2020_01_01_000000_add_locale_column.php' => database_path('migrations/2020_01_01_000000_add_locale_column.php'),
__DIR__.'/Resources/views/flag.blade.php' => resource_path('views/vendor/language/flag.blade.php'),
__DIR__.'/Resources/views/flags.blade.php' => resource_path('views/vendor/language/flags.blade.php'),
], 'language');

$router->aliasMiddleware('language', config('language.middleware'));
Expand Down

0 comments on commit 9973238

Please sign in to comment.