We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4da5b9e commit 73c759aCopy full SHA for 73c759a
src/Support/Routes.php
@@ -81,7 +81,7 @@ public static function admin(
81
});
82
83
Route::bind('category', function ($value, $route) {
84
- $category_type = $route->parameter('category-type');
+ $category_type = $route->parameter('category_type');
85
$category_type_id = is_object($category_type) ? $category_type->id : $category_type;
86
87
try {
0 commit comments