1 | <?php namespace Arcanedev\Assets\Pipes\Init; |
||
13 | class CopyYarnRcFile extends AbstractPipe |
||
14 | { |
||
15 | /* ----------------------------------------------------------------- |
||
16 | | Main Method |
||
17 | | ----------------------------------------------------------------- |
||
18 | */ |
||
19 | |||
20 | /** |
||
21 | * @param array $passable |
||
22 | * @param Closure $next |
||
23 | * |
||
24 | * @return mixed |
||
25 | */ |
||
26 | public function handle(array $passable, Closure $next) |
||
32 | } |
||
33 |