Completed
Pull Request — develop (#462)
by ANTHONIUS
07:17
created
src/Organizations/Factory/Controller/ProfileControllerFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.