@@ -1,11 +1,11 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * YAWIK |
|
| 4 | - * |
|
| 5 | - * @filesource |
|
| 6 | - * @copyright (c) 2013-2015 Cross Solution (http://cross-solution.de) |
|
| 7 | - * @license MIT |
|
| 8 | - */ |
|
| 3 | + * YAWIK |
|
| 4 | + * |
|
| 5 | + * @filesource |
|
| 6 | + * @copyright (c) 2013-2015 Cross Solution (http://cross-solution.de) |
|
| 7 | + * @license MIT |
|
| 8 | + */ |
|
| 9 | 9 | |
| 10 | 10 | namespace Jobs\Factory\Controller; |
| 11 | 11 | |
@@ -34,7 +34,7 @@ discard block |
||
| 34 | 34 | ->get('Jobs/ListFilter', [ 'fieldset' => 'Jobs/ListFilterAdminFieldset' ]); |
| 35 | 35 | |
| 36 | 36 | /* @var $user \Auth\Entity\User */ |
| 37 | - $user = $service->get('AuthenticationService')->getUser(); |
|
| 37 | + $user = $service->get('AuthenticationService')->getUser(); |
|
| 38 | 38 | |
| 39 | 39 | /* @var $jobRepository Repository\Job */ |
| 40 | 40 | $jobRepository = $service->get('repositories')->get('Jobs/Job'); |