logAll()->useLogName('User Management|Roles : '); } /** * Get the position that owns the role. */ public function position() { return $this->belongsTo(Position::class); } }