This commit is contained in:
2023-10-23 18:49:47 +03:00
parent 9346969d2b
commit 868a97f68b
4 changed files with 25 additions and 20 deletions
+1 -1
View File
@@ -81,6 +81,6 @@ class LucentServiceProvider extends ServiceProvider
$this->publishes([
__DIR__ . '/../front/dist' => public_path('vendor/lucent/dist'),
], 'public');
], 'lucent');
}
}