continued refactoring of view classes.
This commit is contained in:
@@ -37,9 +37,9 @@ return array(
|
||||
|
|
||||
*/
|
||||
|
||||
'GET /' => function($application)
|
||||
'GET /' => function($laravel)
|
||||
{
|
||||
return $application->view->make('home.index');
|
||||
return $laravel->view->make('home.index');
|
||||
},
|
||||
|
||||
);
|
||||
@@ -81,7 +81,7 @@
|
||||
|
||||
<h2><?php echo $apology; ?></h2>
|
||||
|
||||
<p>We couldn't find the resource you requested. Would you like go to our <a href="<?php echo Laravel\Config::get('application.url'); ?>">home page</a> instead?</p>
|
||||
<p>We couldn't find the resource you requested. Would you like go to our <a href="<?php echo $homepage; ?>">home page</a> instead?</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user