You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I click on getRequests to open the controller, the wrong controller (App\Http\Controllers\Admin\RequestController) will open instead of App\Http\Controllers\Api\Admin\RequestController.
The text was updated successfully, but these errors were encountered:
I have two controllers with the same name
RequestController
but in a different directory, so they have different namespaces.In the route file:
When I click on
getRequests
to open the controller, the wrong controller (App\Http\Controllers\Admin\RequestController
) will open instead ofApp\Http\Controllers\Api\Admin\RequestController
.The text was updated successfully, but these errors were encountered: