Skip to content

Commit 207cb39

Browse files
authored
Merge pull request #121 from NotFoundNL/develop
fix: remove $title (#120)
2 parents d127df4 + eb51bc0 commit 207cb39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Http/Controllers/Pages/PageController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ public function __construct(
3434
$pvObj = new AssetValues($pageValues);
3535
if ($this->currentPage) {
3636
Info::setTitle($this->getTitle());
37-
View::share('title', 'DO NOT USE');
3837
View::share('p', $pvObj);
3938
View::share('c', $this);
4039
}

0 commit comments

Comments
 (0)