Skip to content

Commit 232083b

Browse files
author
AndrewP
committed
Update Service Profider
* fix copy directory
1 parent 2839ea7 commit 232083b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TailwindCssPreset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ protected static function updatePagination()
7676
{
7777
(new Filesystem)->delete(resource_path('views/vendor/paginate'));
7878

79-
copy(__DIR__.'/tailwindcss-stubs/resources/views/paginate', resource_path('views/paginate'));
79+
(new Filesystem)->copyDirectory(__DIR__.'/tailwindcss-stubs/resources/views/vendor/pagination', resource_path('views/vendor/pagination'));
8080
}
8181

8282
protected static function scaffoldAuth()

0 commit comments

Comments
 (0)