Skip to content

Commit 95a2e41

Browse files
authored
Merge pull request #2705 from dilneiss/patch-1
pameters not respecting what passed
2 parents 8e46469 + 00fb375 commit 95a2e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function backpack_url($path = null, $parameters = [], $secure = null)
1313
{
1414
$path = ! $path || (substr($path, 0, 1) == '/') ? $path : '/'.$path;
1515

16-
return url(config('backpack.base.route_prefix', 'admin').$path, $parameters = [], $secure = null);
16+
return url(config('backpack.base.route_prefix', 'admin').$path, $parameters, $secure);
1717
}
1818
}
1919

0 commit comments

Comments
 (0)