We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f0f9eb + 45647f7 commit 331d089Copy full SHA for 331d089
routes/inertia.php
@@ -32,5 +32,5 @@
32
return inertia('CustomerDetail', [
33
'customerId' => $customerId,
34
]);
35
- })->name('.customers');
+ })->name('.customers.show');
36
});
0 commit comments