Skip to content

Commit

Permalink
use singular
Browse files Browse the repository at this point in the history
  • Loading branch information
pxpm committed Dec 6, 2023
1 parent 7ae1655 commit 7d9e5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Http/Controllers/Operations/ListOperation.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ protected function setupListRoutes($segment, $routeName, $controller)
'operation' => 'list',
]);

if (! isset($this->setupDetailsRowRoutes) || $this->setupDetailsRowRoutes === true) {
if (! isset($this->setupDetailsRowRoute) || $this->setupDetailsRowRoute === true) {
Route::get($segment.'/{id}/details', [
'as' => $routeName.'.showDetailsRow',
'uses' => $controller.'@showDetailsRow',
Expand Down

0 comments on commit 7d9e5f1

Please sign in to comment.