You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the migration for the audit log table should be updated to use the configuration table name. Something likeSchema::create(config('auditing.table'), function() {...}); and Schema::drop(config('auditing.table'));'.
The text was updated successfully, but these errors were encountered:
I think the migration for the audit log table should be updated to use the configuration table name. Something like
Schema::create(config('auditing.table'), function() {...});
andSchema::drop(config('auditing.table'));'
.The text was updated successfully, but these errors were encountered: