-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
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
Can't seed database since v2.3.0 #49
Comments
Didn't think about that :-) |
Thank @franciscojun, I'll check it out today. 👍 |
me too
|
I have also the problem [Symfony\Component\Debug\Exception\FatalErrorException] Call to a member function getName() on a non-object |
I have sent a suggestion - fix... hope there's no more problems with this :-) |
We have a positive return of this issue? or is there another approach that we should know? @franciscojun and @lrpasquetto, it's alright? |
@anteriovieira Perfect now 👍 :) Thanks mannnn!!!!!!! # @ |
Great approach! @achillesp solved the issue itself and added a valuable new config option, which is good for our use case, since we don't intend to log db seeds. Thank you, guys! |
Since the inclusion of route logging (https://github.com/owen-it/laravel-auditing/blob/master/src/AuditingTrait.php#L247), we can't run
php artisan db:seed
This is the exception raised:
[Symfony\Component\Debug\Exception\FatalErrorException]
Call to a member function getName() on null
The text was updated successfully, but these errors were encountered: