Dan Jallits
Results
2
comments of
Dan Jallits
Should also mention that the following is valid. Note there is a line break with the last `use` statement, but no following use statements. ```php use Illuminate\Auth\Events\Registered; use Illuminate\Auth\Listeners\SendEmailVerificationNotification; use...
@dragosct10 I can replicate this problem with Laravel to, and you are correct in that the relative path needs to be updated as specified. Hope that is enough for you...