update provider

This commit is contained in:
2024-09-27 21:18:49 +03:00
parent b729df6923
commit cebe24ea67
2 changed files with 5 additions and 1 deletions
+5 -1
View File
@@ -37,6 +37,10 @@ class LucentServiceProvider extends ServiceProvider
return new ImageManager(['driver' => 'imagick']);
});
$this->mergeConfigFrom(
__DIR__.'/../config/lucent.php',
'lucent'
);
$this->app->bind(DatabaseGraph::class, function () {
@@ -89,7 +93,7 @@ class LucentServiceProvider extends ServiceProvider
Blade::anonymousComponentPath(__DIR__ . '../front/views/components', "lucent");
$this->publishes([
__DIR__ . '/Config/main.php' => config_path('lucent.php'),
__DIR__ . '/../config/lucent.php' => config_path('lucent.php'),
],"lucent-config");
$this->publishes([