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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi, if use dependency injection "Refresh routes" throw PHP Recoverable Error https://yadi.sk/i/BCITOaHV3HNpvA
at line: https://github.com/webvimark/user-management/blob/master/components/AuthHelper.php#L353
Its fixed if to use $controller = Yii::createObject($className, [$prefix . $id, $module]);`
s fixed if to use
The text was updated successfully, but these errors were encountered:
Пожалуйста примите мой Pull request, уже больше года прошло а проблема осталась
Sorry, something went wrong.
No branches or pull requests
Hi, if use dependency injection "Refresh routes" throw PHP Recoverable Error
https://yadi.sk/i/BCITOaHV3HNpvA
at line:
https://github.com/webvimark/user-management/blob/master/components/AuthHelper.php#L353
It
s fixed if to use
$controller = Yii::createObject($className, [$prefix . $id, $module]);`The text was updated successfully, but these errors were encountered: