1 | <?php namespace Modules\Core\Console\Installers\Scripts; |
||
7 | class SetInstalledFlag implements SetupScript |
||
8 | { |
||
9 | /** |
||
10 | * @var Filesystem |
||
11 | */ |
||
12 | private $finder; |
||
13 | |||
14 | public function __construct(Filesystem $finder) |
||
18 | |||
19 | /** |
||
20 | * Fire the install script |
||
21 | * @param Command $command |
||
22 | * @return mixed |
||
23 | */ |
||
24 | public function fire(Command $command) |
||
30 | } |
||
31 |