Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Route::group() with namespace doesnt work with RouteActionCallableRector #178

Open
eigan opened this issue Feb 15, 2024 · 0 comments
Open

Comments

@eigan
Copy link

eigan commented Feb 15, 2024

It will not be able to resolve the classname properly and fails when $phpMethodReflection is null.

Route::group(['namespace' => 'MyApp\Controllers'], function(): void {
   Route::get('api/foo', 'SomeController@method');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant