yii2-notifications icon indicating copy to clipboard operation
yii2-notifications copied to clipboard

Migration NameSpace

Open maxiz22 opened this issue 6 years ago • 3 comments

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

maxiz22 avatar Jan 08 '19 03:01 maxiz22

It was fixed in https://github.com/tuyakhov/yii2-notifications/pull/19 New version 1.1.5 has been released so you can update

tuyakhov avatar Jan 08 '19 09:01 tuyakhov

https://packagist.org/packages/tuyakhov/yii2-notifications 1.1.4 last version

lutek avatar Jan 15 '19 17:01 lutek

Interesting, I had to comment out the namespace in order for the DI container to find the class.

synatree avatar Sep 30 '19 14:09 synatree