| 1 | <?php namespace Arcanedev\Assets\Pipes\Init; |
||
| 13 | class EnsureRootDirectoryExists 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 | * @throws \Exception |
||
| 27 | */ |
||
| 28 | public function handle(array $passable, Closure $next) |
||
| 39 | } |
||
| 40 |