Skip to content

Commit cdeeecd

Browse files
committed
Fix StyleCI
1 parent 59da7b3 commit cdeeecd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ public function boot()
5959
]);
6060

6161
$routeConfig = [
62-
'namespace' => 'Arrilot\Widgets\Controllers',
63-
'prefix' => 'arrilot',
62+
'namespace' => 'Arrilot\Widgets\Controllers',
63+
'prefix' => 'arrilot',
6464
'middleware' => $this->app->config('laravel-widgets.route_middleware', []),
6565
];
6666

0 commit comments

Comments
 (0)