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
Please prefix your issue with one of the following: [BUG] [PROPOSAL] [QUESTION].
Laravel Doctrine uses the same database table has the Laravel Doctrine
when using the Laravel Doctrine Notification Entity this is different then the Laravel Notification Model
Laravel Notification migration: https://github.com/illuminate/notifications/blob/9.x/Console/stubs/notifications.stub Laravel Doctrine Notification Entity: https://github.com/laravel-doctrine/orm/blob/1.8/src/Notifications/Notification.php
I have the feeling when using the Laravel Doctrine Notification Service that this is not compatible with the Laravel Notification.
Could you help me out?
Kind Regards, Vincent
The text was updated successfully, but these errors were encountered:
Can you give a PR on this? Target the 3.0.0-dev branch.
Sorry, something went wrong.
No branches or pull requests
Please prefix your issue with one of the following: [BUG] [PROPOSAL] [QUESTION].
Package version: 1.8, Laravel version: 9.19
Expected behaviour
Laravel Doctrine uses the same database table has the Laravel Doctrine
Actual behaviour
when using the Laravel Doctrine Notification Entity this is different then the Laravel Notification Model
Steps to reproduce the behaviour
Laravel Notification migration: https://github.com/illuminate/notifications/blob/9.x/Console/stubs/notifications.stub
Laravel Doctrine Notification Entity: https://github.com/laravel-doctrine/orm/blob/1.8/src/Notifications/Notification.php
I have the feeling when using the Laravel Doctrine Notification Service that this is not compatible with the Laravel Notification.
Could you help me out?
Kind Regards,
Vincent
The text was updated successfully, but these errors were encountered: