We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6096cbb commit d30f1a2Copy full SHA for d30f1a2
src/Console/Commands/CrudBackpackCommand.php
@@ -79,7 +79,7 @@ public function handle()
79
}
80
81
$routePrefix = config('backpack.base.route_prefix');
82
-
+
83
$url = Str::of(config('app.url'))
84
->finish('/')
85
->when($routePrefix !== '', function ($string) use ($routePrefix) {
0 commit comments