コード例 #1
0
 public function assignRole($role)
 {
     $this->roles()->save(Role::whereRole($role)->firstOrFail());
 }