@@ -15,7 +15,6 @@ |
||
| 15 | 15 | use Alchemy\Zippy\Exception\IOException; |
| 16 | 16 | use Alchemy\Zippy\Exception\InvalidArgumentException; |
| 17 | 17 | use Alchemy\Zippy\Resource\ResourceLocator; |
| 18 | -use Alchemy\Zippy\Resource\TargetLocator; |
|
| 19 | 18 | use Symfony\Component\Filesystem\Filesystem; |
| 20 | 19 | use Symfony\Component\Filesystem\Exception\IOException as SfIOException; |
| 21 | 20 | |
@@ -98,8 +98,7 @@ |
||
| 98 | 98 | new ResourceLocator() |
| 99 | 99 | ); |
| 100 | 100 | }; |
| 101 | - } |
|
| 102 | - elseif (class_exists('Guzzle\Http\Client')) { |
|
| 101 | + } elseif (class_exists('Guzzle\Http\Client')) { |
|
| 103 | 102 | $container->factories['guzzle-teleporter'] = function () { |
| 104 | 103 | return new GuzzleTeleporter(); |
| 105 | 104 | }; |