Conditions | 1 |
Paths | 1 |
Total Lines | 20 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
18 | public function __invoke($payload) |
||
19 | { |
||
20 | // find all files in the current directory |
||
21 | $targetPath = $payload->getTargetPath(); |
||
22 | $this->info('Analisando Arquivo: '.$targetPath); |
||
23 | |||
24 | // /** |
||
25 | // * Caso seja Projeto |
||
26 | // */ |
||
27 | // if($payload->isProject()) { |
||
28 | // $pipeline = ProjectBuilder::getPipelineWithOutput($this->getOutput()); |
||
29 | // // Process Pipeline |
||
30 | // return $pipeline( |
||
31 | // \Fabrica\Entities\ProjectEntity::make($payload) |
||
32 | // ); |
||
33 | // } |
||
34 | |||
35 | |||
36 | |||
37 | } |
||
38 | |||
40 | } |