Merge pull request #1912 from kaisermann/title-on-controller
Moved title() helper to app.php controller
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
<div class="page-header">
|
||||
<h1>{!! App\title() !!}</h1>
|
||||
<h1>{!! App::title() !!}</h1>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user