Modifs cache
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);
|
||||
@@ -34,8 +34,8 @@ class ImagesServiceProvider extends ServiceProvider
|
||||
]);
|
||||
|
||||
$this->commands([
|
||||
// CacheGarbageCollectorCommand::class,
|
||||
// RemoveUselessPicturesCommand::class,
|
||||
CacheGarbageCollectorCommand::class,
|
||||
RemoveUselessPicturesCommand::class,
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user