Lily Danzig

Results 1 issues of Lily Danzig

It seems that the command does not work correctly if I have a group with a namespace. For example: ```php Route::group(['prefix' => 'acme', 'namespace' => 'Acme'], function () { Route::controller('abc',...