Compare commits
1 Commits
8dda10569e
...
5.4
Author | SHA1 | Date | |
---|---|---|---|
d36afa5e7d |
@@ -20,7 +20,7 @@ class ImagesServiceProvider extends ServiceProvider
|
|||||||
require_once __DIR__ . '/../functions.php';
|
require_once __DIR__ . '/../functions.php';
|
||||||
|
|
||||||
$this->loadMigrationsFrom(__DIR__ . '/../../database/migrations');
|
$this->loadMigrationsFrom(__DIR__ . '/../../database/migrations');
|
||||||
$this->mergeConfigFrom(__DIR__ . '/../../config/image.php', 'images');
|
$this->mergeConfigFrom(__DIR__ . '/../../config/image.php', 'image');
|
||||||
|
|
||||||
|
|
||||||
$this->app->register(ImageServiceProvider::class);
|
$this->app->register(ImageServiceProvider::class);
|
||||||
|
Reference in New Issue
Block a user