Skip to content

Commit 59da7b3

Browse files
committed
Fix StyleCI
1 parent 282a7e6 commit 59da7b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function boot()
6060

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

0 commit comments

Comments
 (0)