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 f6ea995 commit b4a3a5fCopy full SHA for b4a3a5f
1 file changed
src/Blade.php
@@ -17,7 +17,7 @@ public function __construct(string $viewPaths = null, string $cachePath = null)
17
public function configure(string $viewPaths, string $cachePath)
18
{
19
$this->blade = new \Jenssegers\Blade\Blade($viewPaths, $cachePath);
20
- return $this->blade;
+ return $this->blade; // Temporary Fix: Issue #5
21
}
22
23
/**
0 commit comments