yii2-notifications
yii2-notifications copied to clipboard
Migration NameSpace
Hi , I have error when execute yii migrate it's caused by namespace of the migration. Please add this line namespace tuyakhov\notifications\migrations; in m180824_090744_create_notification_table.php
Thanks!! Regards
It was fixed in https://github.com/tuyakhov/yii2-notifications/pull/19 New version 1.1.5 has been released so you can update
https://packagist.org/packages/tuyakhov/yii2-notifications 1.1.4 last version
Interesting, I had to comment out the namespace in order for the DI container to find the class.