mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-05 21:09:43 +00:00
Run symfonysetlist up to symfony_70
This commit is contained in:
@@ -24,7 +24,7 @@ class UserJobScopeHistoriesController extends AbstractController
|
||||
private readonly Environment $engine,
|
||||
) {}
|
||||
|
||||
#[Route(path: '/{_locale}/admin/main/user/{id}/job-scope-history', name: 'admin_user_job_scope_history')]
|
||||
#[\Symfony\Component\Routing\Attribute\Route(path: '/{_locale}/admin/main/user/{id}/job-scope-history', name: 'admin_user_job_scope_history')]
|
||||
public function indexAction(#[MapEntity(id: 'id')] User $user): Response
|
||||
{
|
||||
$jobHistories = $user->getUserJobHistoriesOrdered();
|
||||
|
Reference in New Issue
Block a user