Skip to content
This repository was archived by the owner on May 2, 2023. It is now read-only.

Commit 79f07f0

Browse files
authored
Merge pull request #6 from medvinator/master
Fixed issue with command `php artisan view:cache`
2 parents a059062 + 7a3862b commit 79f07f0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ToolServiceProvider.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ class ToolServiceProvider extends ServiceProvider
1717
*/
1818
public function boot()
1919
{
20-
$this->loadViewsFrom(__DIR__.'/../resources/views', 'nova-dynamic-views');
21-
2220
$this->app->booted(function () {
2321
$this->routes();
2422
});

0 commit comments

Comments
 (0)