|
@@ -33,6 +33,6 @@ |
|
|
block discarded – undo |
|
33
|
33
|
$translator = $container->get('translator'); |
|
34
|
34
|
$imageFileCacheManager = $container->get('Organizations\ImageFileCache\Manager'); |
|
35
|
35
|
$options = $container->get('Jobs/JobboardSearchOptions'); |
|
36
|
|
- return new ProfileController($repo,$jobRepository,$translator,$imageFileCacheManager,['count' => $options->getPerPage()]); |
|
|
36
|
+ return new ProfileController($repo, $jobRepository, $translator, $imageFileCacheManager, ['count' => $options->getPerPage()]); |
|
37
|
37
|
} |
|
38
|
38
|
} |
Please login to merge, or discard this patch.