logAll()->useLogName('User Management|Positions : '); } /** * Get the roles associated with this position. */ public function roles() { return $this->hasMany(Role::class); } }