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
AlertBlock cannot be used with only bootstrap4 as https://github.com/kartik-v/yii2-widget-alert/blob/master/src/AlertBlock.php#L14 is hardcoded to use yii\bootstrap\Widget;
use yii\bootstrap\Widget;
if it is changed to use yii\bootstrap4\Widget; it works.
use yii\bootstrap4\Widget;
The text was updated successfully, but these errors were encountered:
8be8874
Successfully merging a pull request may close this issue.
AlertBlock cannot be used with only bootstrap4 as https://github.com/kartik-v/yii2-widget-alert/blob/master/src/AlertBlock.php#L14 is hardcoded to
use yii\bootstrap\Widget;
if it is changed to
use yii\bootstrap4\Widget;
it works.The text was updated successfully, but these errors were encountered: