belongsTo(Role::class); } public function usuario(){ return $this ->belongsTo(User::class); } }