Moved title() helper to app.php controller

This commit is contained in:
Christian Kaisermann
2017-06-23 13:03:35 -03:00
parent 8172de691f
commit d956e54c85
3 changed files with 25 additions and 25 deletions

View File

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