fix replacing config

This commit is contained in:
2024-09-13 18:13:15 +03:00
parent c45a3847f8
commit d0cd8228cc
-1
View File
@@ -92,7 +92,6 @@ class LucentServiceProvider extends ServiceProvider
],"lucent-config");
$this->publishes([
__DIR__ . '/Config/main.php' => config_path('lucent.php'),
__DIR__ . '/../front/dist' => public_path('vendor/lucent/dist'),
__DIR__ . '/../front/public' => public_path('vendor/lucent/public'),
], 'lucent');