Correction images vers image.
This commit is contained in:
parent
ed9f373f4f
commit
d36afa5e7d
|
@ -20,7 +20,7 @@ class ImagesServiceProvider extends ServiceProvider
|
|||
require_once __DIR__ . '/../functions.php';
|
||||
|
||||
$this->loadMigrationsFrom(__DIR__ . '/../../database/migrations');
|
||||
$this->mergeConfigFrom(__DIR__ . '/../../config/image.php', 'images');
|
||||
$this->mergeConfigFrom(__DIR__ . '/../../config/image.php', 'image');
|
||||
|
||||
|
||||
$this->app->register(ImageServiceProvider::class);
|
||||
|
|
Loading…
Reference in New Issue