Skip to content

Commit 331d089

Browse files
authored
Merge pull request #55 from faxblaster/alk/bugfix-duplicate-route-name
Fix duplicate route name
2 parents 5f0f9eb + 45647f7 commit 331d089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/inertia.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
return inertia('CustomerDetail', [
3333
'customerId' => $customerId,
3434
]);
35-
})->name('.customers');
35+
})->name('.customers.show');
3636
});

0 commit comments

Comments
 (0)