@@ -11,7 +11,8 @@ discard block |
||
| 11 | 11 | |
| 12 | 12 | namespace CRUDlex; |
| 13 | 13 | |
| 14 | -use League\Flysystem\FilesystemInterface; |
|
| 14 | +use League\Flysystem\Adapter\Local; |
|
| 15 | +use League\Flysystem\Filesystem; |
|
| 15 | 16 | use Pimple\Container; |
| 16 | 17 | use Pimple\ServiceProviderInterface; |
| 17 | 18 | use Silex\Api\BootableProviderInterface; |
@@ -21,8 +22,6 @@ discard block |
||
| 21 | 22 | use Silex\Provider\TranslationServiceProvider; |
| 22 | 23 | use Silex\Provider\TwigServiceProvider; |
| 23 | 24 | use Symfony\Component\Translation\Loader\YamlFileLoader; |
| 24 | -use League\Flysystem\Filesystem; |
|
| 25 | -use League\Flysystem\Adapter\Local; |
|
| 26 | 25 | |
| 27 | 26 | /** |
| 28 | 27 | * The ServiceProvider setups and initializes the whole CRUD system. |