We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81d4d60 commit 00901adCopy full SHA for 00901ad
src/Theme.php
@@ -390,7 +390,7 @@ protected function registerViews()
390
$directories = scandir($vendorViewsPath);
391
foreach ($directories as $namespace) {
392
if ($namespace != '.' && $namespace != '..') {
393
- $path = "{$vendorViewsPath}{$namespace}";
+ $path = "{$vendorViewsPath}/{$namespace}";
394
395
if (!empty(Config::get('view.paths')) && is_array(Config::get('view.paths'))) {
396
foreach (Config::get('view.paths') as $viewPath) {
0 commit comments