Merge pull request #1912 from kaisermann/title-on-controller

Moved title() helper to app.php controller
This commit is contained in:
Ben Word
2017-08-16 21:24:52 -06:00
committed by GitHub
3 changed files with 21 additions and 25 deletions

View File

@@ -1,3 +1,3 @@
<div class="page-header">
<h1>{!! App\title() !!}</h1>
<h1>{!! App::title() !!}</h1>
</div>