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.
2 parents 8e46469 + 00fb375 commit 95a2e41Copy full SHA for 95a2e41
src/helpers.php
@@ -13,7 +13,7 @@ function backpack_url($path = null, $parameters = [], $secure = null)
13
{
14
$path = ! $path || (substr($path, 0, 1) == '/') ? $path : '/'.$path;
15
16
- return url(config('backpack.base.route_prefix', 'admin').$path, $parameters = [], $secure = null);
+ return url(config('backpack.base.route_prefix', 'admin').$path, $parameters, $secure);
17
}
18
19
0 commit comments