Ajout Exception.

This commit is contained in:
2017-10-03 18:10:59 +02:00
parent 6608d12b1c
commit 9d418d5623
3 changed files with 27 additions and 5 deletions

View File

@@ -14,7 +14,6 @@ class ImagesServiceProvider extends ServiceProvider
require_once __DIR__ . '/../functions.php';
$this->loadMigrationsFrom(__DIR__ . '/../../database/migrations');
$this->mergeConfigFrom(__DIR__ . '/../../config/image.php', 'image');