@@ -17,17 +17,17 @@ |
||
| 17 | 17 | /** |
| 18 | 18 | * @var DatastoreRepository |
| 19 | 19 | */ |
| 20 | - protected $datastoreRepository; |
|
| 20 | + protected $datastoreRepository; |
|
| 21 | 21 | |
| 22 | - /** |
|
| 23 | - * UserController constructor. |
|
| 24 | - * |
|
| 25 | - * @param DatastoreRepository $datastoreRepository |
|
| 22 | + /** |
|
| 23 | + * UserController constructor. |
|
| 24 | + * |
|
| 25 | + * @param DatastoreRepository $datastoreRepository |
|
| 26 | 26 | * @todo get rid of these datastoreRepository and make use of the mode only |
| 27 | - */ |
|
| 28 | - public function __construct(DatastoreRepository $datastoreRepository) |
|
| 29 | - { |
|
| 30 | - $this->datastoreRepository = $datastoreRepository; |
|
| 27 | + */ |
|
| 28 | + public function __construct(DatastoreRepository $datastoreRepository) |
|
| 29 | + { |
|
| 30 | + $this->datastoreRepository = $datastoreRepository; |
|
| 31 | 31 | } |
| 32 | 32 | |
| 33 | 33 | /** |