typo again

This commit is contained in:
Root.pachups
2025-06-26 04:29:37 +00:00
parent 7af02c5099
commit 687065a654
+1 -1
View File
@@ -24,7 +24,7 @@ class StarterKitServiceProvider extends ServiceProvider
});
$this->publishes([
__DIR__.'/../../public/js/e-ops-pf/starter-kit' => public_path('js/e-ops-pf/starter-kit'),
__DIR__.'/../../public/js/e-ops-pf/starter-kit' => resource_path('js/vendor/e-ops-pf/starter-kit'),
], 'e-ops-pf-sk');
}