mirror of
https://github.com/antonioribeiro/google2fa.git
synced 2026-04-27 09:05:49 +03:00
[GH-ISSUE #106] Trait 'Illuminate\Foundation\Events\Dispatchable' not found #48
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/google2fa#48
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @InumanSoul on GitHub (Jun 2, 2018).
Original GitHub issue: https://github.com/antonioribeiro/google2fa/issues/106
The events files on google2fa-laravel/src/events not work for me on laravel 5.2.45, then i upgrade to 5.3 and still not work, i try to delete the Dispatchable and everything works fine, but i dont know how this affect other things... The event request example working for me are this
user = $user; } }@antonioribeiro commented on GitHub (Oct 7, 2018):
Could you please open this one in the Laravel package?