Closed riliwanrabo closed 8 years ago
I used Entrust Package with Laravel stapler and it causes this error. I found solution with the code below :
use EloquentTrait, EntrustUserTrait { EloquentTrait::boot insteadof EntrustUserTrait; EntrustUserTrait::boot insteadof EloquentTrait; }
However, why i submit my form I expect the package to create a system directory in my app but no it doesn't though the database entry was successful
https://github.com/CodeSleeve/stapler/blob/master/docs/troubleshooting.md
I saw that late
I used Entrust Package with Laravel stapler and it causes this error. I found solution with the code below :
However, why i submit my form I expect the package to create a system directory in my app but no it doesn't though the database entry was successful