Skip to content

Commit

Permalink
Merge pull request #55 from faxblaster/alk/bugfix-duplicate-route-name
Browse files Browse the repository at this point in the history
Fix duplicate route name
  • Loading branch information
faxblaster authored Sep 9, 2022
2 parents 5f0f9eb + 45647f7 commit 331d089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/inertia.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
return inertia('CustomerDetail', [
'customerId' => $customerId,
]);
})->name('.customers');
})->name('.customers.show');
});

0 comments on commit 331d089

Please sign in to comment.