Skip to content

Commit

Permalink
fix duplicate route name
Browse files Browse the repository at this point in the history
  • Loading branch information
faxblaster committed Sep 9, 2022
1 parent 4f420d6 commit 45647f7
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 45647f7

Please sign in to comment.