Skip to content

Commit d30f1a2

Browse files
committed
Apply fixes from StyleCI
1 parent 6096cbb commit d30f1a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Commands/CrudBackpackCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function handle()
7979
}
8080

8181
$routePrefix = config('backpack.base.route_prefix');
82-
82+
8383
$url = Str::of(config('app.url'))
8484
->finish('/')
8585
->when($routePrefix !== '', function ($string) use ($routePrefix) {

0 commit comments

Comments
 (0)