Skip to content

Commit 0f2484b

Browse files
committed
Use datatables-html tag.
1 parent f48a74b commit 0f2484b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HtmlServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ protected function publishAssets()
3939
{
4040
$this->publishes([
4141
__DIR__ . '/resources/views' => base_path('/resources/views/vendor/datatables'),
42-
], 'datatables');
42+
], 'datatables-html');
4343
}
4444

4545
/**

0 commit comments

Comments
 (0)