@@ -2,15 +2,15 @@ |
||
2 | 2 | |
3 | 3 | namespace Sausin\LaravelOvh; |
4 | 4 | |
5 | -use Storage; |
|
6 | 5 | use GuzzleHttp\Client; |
7 | -use OpenStack\OpenStack; |
|
8 | 6 | use GuzzleHttp\HandlerStack; |
7 | +use Illuminate\Support\ServiceProvider; |
|
9 | 8 | use League\Flysystem\Filesystem; |
9 | +use OpenStack\Common\Transport\Utils as TransportUtils; |
|
10 | 10 | use OpenStack\Identity\v2\Service; |
11 | +use OpenStack\OpenStack; |
|
11 | 12 | use Sausin\LaravelOvh\OVHSwiftAdapter; |
12 | -use Illuminate\Support\ServiceProvider; |
|
13 | -use OpenStack\Common\Transport\Utils as TransportUtils; |
|
13 | +use Storage; |
|
14 | 14 | |
15 | 15 | class OVHServiceProvider extends ServiceProvider |
16 | 16 | { |
@@ -4,10 +4,9 @@ |
||
4 | 4 | |
5 | 5 | use GuzzleHttp\Psr7\Stream; |
6 | 6 | use League\Flysystem\Config; |
7 | -use GuzzleHttp\Psr7\LimitStream; |
|
7 | +use Nimbusoft\Flysystem\OpenStack\SwiftAdapter; |
|
8 | 8 | use OpenStack\Common\Error\BadResponseError; |
9 | 9 | use OpenStack\ObjectStore\v1\Models\Container; |
10 | -use Nimbusoft\Flysystem\OpenStack\SwiftAdapter; |
|
11 | 10 | |
12 | 11 | class OVHSwiftAdapter extends SwiftAdapter |
13 | 12 | { |