Correction images vers image.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user