Commit Graph

2 Commits (4df7bebc149da89330bd3f080fef08fd5bc098a9)

Author SHA1 Message Date
Your Name 28927f6f66 refactor: convert string-based routes to ::class array syntax
Replace all 'Controller@method' string references with
[Controller::class, 'method'] array syntax across all route files.
Remove the $namespace property and ->namespace() calls from
RouteServiceProvider.

This is required for Laravel 13 compatibility where string-based
controller routing and automatic namespace prefixing will be removed.

742 route references converted across 5 route files.
1 month ago
Daniel Supernault bc4d223714
Update routes 3 years ago