1 | <?php |
||
16 | class ListUserAppsTask extends Task |
||
17 | { |
||
18 | /** |
||
19 | * @var \App\Containers\Application\Data\Repositories\ApplicationRepository |
||
20 | */ |
||
21 | private $applicationRepository; |
||
22 | |||
23 | /** |
||
24 | * ListAllAppsTask constructor. |
||
25 | * |
||
26 | * @param \App\Containers\Application\Data\Repositories\ApplicationRepository $applicationRepository |
||
27 | */ |
||
28 | public function __construct(ApplicationRepository $applicationRepository) |
||
32 | |||
33 | /** |
||
34 | * @return mixed |
||
35 | */ |
||
36 | public function run() |
||
44 | |||
45 | } |
||
46 |