We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d127df4 + eb51bc0 commit 207cb39Copy full SHA for 207cb39
src/Http/Controllers/Pages/PageController.php
@@ -34,7 +34,6 @@ public function __construct(
34
$pvObj = new AssetValues($pageValues);
35
if ($this->currentPage) {
36
Info::setTitle($this->getTitle());
37
- View::share('title', 'DO NOT USE');
38
View::share('p', $pvObj);
39
View::share('c', $this);
40
}
0 commit comments