Skip to content

Commit 01a883d

Browse files
author
Wangaz
committed
changed public folder
1 parent 253822b commit 01a883d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SUIServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function boot()
1515
{
1616
// publish Semantic UI
1717
$this->publishes([
18-
__DIR__.'/assets' => public_path('wangaz/laravel-semantic-ui-css'),
18+
__DIR__.'/assets' => public_path('/assets/semantic-ui/css'),
1919
], 'public');
2020
}
2121

0 commit comments

Comments
 (0)