Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は現在delete、自分の役割のための機能に取り組んでいます。
delete
削除しようとするたびに:
Class name must be a valid object or a string
これを修正するにはどうすればよいですか?
$this->belongsToMany() メソッドでを指しているため、config/auth.phpファイルをで更新します。'model' => App\Users::classvendor/zizaco/entrust/src/Entrust/Traits/EntrustRoleTrait.phpConfig::get('auth.model')
config/auth.php
'model' => App\Users::class
vendor/zizaco/entrust/src/Entrust/Traits/EntrustRoleTrait.php
Config::get('auth.model')