machour / yii2-notifications

A complete notifications module for your Yii 2 powered application
MIT License
90 stars 48 forks source link

Error : Cannot instantiate abstract class #21

Closed hirenbhut93 closed 8 years ago

hirenbhut93 commented 8 years ago

I have give Cannot instantiate abstract class when run poll action.

Why?

Please give this error solution?

machour commented 8 years ago

You need to implement your own Notification class. Please check the documentation at https://machour.idk.tn/yii/machour/yii2-notifications/Configuration.md

On Mon, Jun 13, 2016 at 2:37 PM, Hiren Bhut notifications@github.com wrote:

I have give Cannot instantiate abstract class when run poll action.

Why?

Please give this error solution?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/machour/yii2-notifications/issues/21, or mute the thread https://github.com/notifications/unsubscribe/AASlQt1s_9anLmkBYVgj6DGN3ALce2ryks5qLV0GgaJpZM4I0VYl .

Mehdi Achour