mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
remove unused private function
This commit is contained in:
parent
8e3a83de85
commit
2f091a639b
@ -126,12 +126,4 @@ class UserJobFilter implements FilterInterface
|
|||||||
{
|
{
|
||||||
return 'Filter by user job';
|
return 'Filter by user job';
|
||||||
}
|
}
|
||||||
|
|
||||||
private function getUserJob(): UserJob
|
|
||||||
{
|
|
||||||
/** @var User $user */
|
|
||||||
$user = $this->security->getUser();
|
|
||||||
|
|
||||||
return $user->getUserJob();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user