Skip to content

Commit a9dee33

Browse files
committed
v1
1 parent bd9671f commit a9dee33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ComponentServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public function boot()
1111
$this->loadViewsFrom(__DIR__.'/../resources/views', 'component');
1212

1313
$this->publishes([
14-
__DIR__.'/../resources/assets' => public_path('vendor/laravel-admin-component-js/')
14+
__DIR__.'/../resources/assets' => public_path('vendor/DPL/')
1515
]);
1616
}
1717
}

0 commit comments

Comments
 (0)