Closed zenklot closed 2 years ago
@zenklot hello. I need a full error trace.
@zenklot hello. I need a full error trace.
@zenklot https://flareapp.io/share/OmVKRa4P#F59 Wallet cannot be created. It is more likely that not all migrations have passed for you.
after i created a new laravel project, i know where the error is, because i changed the primary key in the user model to email then an error occurred but after i returned it to the id then the problem was not there.
in my user model I extend to use Illuminate\Foundation\Auth\User as Authenticatable;
and in controller I use basic usage
but displays the error message Bavix\Wallet\Internal\Exceptions\TransactionFailedException Transaction failed. is this caused by extends to Authenticatable ?