Compare commits

...

1 Commits
master ... 5.4

Author SHA1 Message Date
Cassandre Cantet d36afa5e7d Correction images vers image. 2017-10-11 14:49:10 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -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);