We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed the following route while trying to recreate the group edit modal:
$this->get('/g/{slug}', 'UserFrosting\Sprinkle\Admin\Controller\GroupController:getInfo');
But the method getInfo does not exist in the GroupController.php class.
The text was updated successfully, but these errors were encountered:
It would seem that RoleController::getInfo is also missing.
RoleController::getInfo
Sorry, something went wrong.
Add missing getInfo methods for GroupController and RoleController (#837
599635b
)
Not sure why this is still open, as it has been fixed as of 4.1.17.
No branches or pull requests
I noticed the following route while trying to recreate the group edit modal:
$this->get('/g/{slug}', 'UserFrosting\Sprinkle\Admin\Controller\GroupController:getInfo');
But the method getInfo does not exist in the GroupController.php class.
The text was updated successfully, but these errors were encountered: