Skip to content

Commit dd484e2

Browse files
authored
fix: change the route name (#568)
1 parent e136758 commit dd484e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bootstrap/RoutesDefinition.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public function __invoke(string $uriKey = null)
153153
Route::put(
154154
'/{parentRepository}/{parentRepositoryId}/{repository}/{repositoryId}',
155155
\Binaryk\LaravelRestify\Http\Controllers\RepositoryUpdateController::class
156-
)->name('relatable.update');
156+
)->name('relatable.updatePut');
157157
Route::delete(
158158
'/{parentRepository}/{parentRepositoryId}/{repository}/{repositoryId}',
159159
\Binaryk\LaravelRestify\Http\Controllers\RepositoryDestroyController::class

0 commit comments

Comments
 (0)