Skip to content

Commit f6ea995

Browse files
authored
Return the blade instance from the configuration method
1 parent 9a63087 commit f6ea995

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Blade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public function __construct(string $viewPaths = null, string $cachePath = null)
1717
public function configure(string $viewPaths, string $cachePath)
1818
{
1919
$this->blade = new \Jenssegers\Blade\Blade($viewPaths, $cachePath);
20+
return $this->blade;
2021
}
2122

2223
/**

0 commit comments

Comments
 (0)