Skip to content

Commit

Permalink
fix: change the route name (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryk committed Jun 16, 2023
1 parent e136758 commit dd484e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bootstrap/RoutesDefinition.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public function __invoke(string $uriKey = null)
Route::put(
'/{parentRepository}/{parentRepositoryId}/{repository}/{repositoryId}',
\Binaryk\LaravelRestify\Http\Controllers\RepositoryUpdateController::class
)->name('relatable.update');
)->name('relatable.updatePut');
Route::delete(
'/{parentRepository}/{parentRepositoryId}/{repository}/{repositoryId}',
\Binaryk\LaravelRestify\Http\Controllers\RepositoryDestroyController::class
Expand Down

0 comments on commit dd484e2

Please sign in to comment.