Skip to content
This repository was archived by the owner on Mar 14, 2021. It is now read-only.

Commit 5c2cd87

Browse files
author
Kerem
committed
ServiceProvide location fix
1 parent ab88f96 commit 5c2cd87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function register()
2525
return new Theme();
2626
});
2727

28-
View::addLocation(resource_path(config('theme.theme_path').'/'.config('theme.current_theme').'/views'));
28+
View::addLocation(resource_path(config('theme.resource_path').'/'.config('theme.current_theme').'/views'));
2929

3030
}
3131
}

0 commit comments

Comments
 (0)