belongsTo('App\Models\Auth\User'); } public function role() { return $this->belongsTo('App\Models\Auth\Role'); } }