We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b15fc6 commit eb51bc0Copy full SHA for eb51bc0
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