Skip to content

Commit ca2cd91

Browse files
committed
Style CI
1 parent 1810ff2 commit ca2cd91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Provider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function boot(Router $router)
2727

2828
$langPath = (function_exists('lang_path'))
2929
? lang_path($langPath)
30-
: resource_path('lang/'.$langPath);
30+
: resource_path('lang/' . $langPath);
3131

3232
$this->publishes([
3333
__DIR__ . '/Config/firewall.php' => config_path('firewall.php'),

0 commit comments

Comments
 (0)