Skip to content

Commit 34e9f99

Browse files
authored
Merge pull request #37 from amoutonbrady/master
Fixed wrong call to method share
2 parents eb858e3 + f2022bc commit 34e9f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function file($path, $data = [], $mergeData = []): View
7272

7373
public function share($key, $value = null)
7474
{
75-
return $this->factory->shared($key, $value);
75+
return $this->factory->share($key, $value);
7676
}
7777

7878
public function composer($views, $callback): array

0 commit comments

Comments
 (0)