Adam Parusel

Results 2 comments of Adam Parusel

See my answer on this topic: [https://github.com/etrepat/baum/issues/233](https://github.com/etrepat/baum/issues/233)

@MichaelObi, I had the same problem and solved it that way: Take a look at this file: /vendor/laravel/framework/src/Illuminate/Foundation/Auth/User.php ``` use Illuminate\Auth\Authenticatable; use Illuminate\Database\Eloquent\Model; use Illuminate\Auth\Passwords\CanResetPassword; use Illuminate\Foundation\Auth\Access\Authorizable; use Illuminate\Contracts\Auth\Authenticatable as...