Make view composers into service providers.

This commit is contained in:
James Brooks
2015-01-14 10:00:30 +00:00
parent fd4ec63f35
commit 21dbe4690c
5 changed files with 73 additions and 44 deletions
-11
View File
@@ -61,14 +61,3 @@ App::missing(function ($exception) {
App::down(function () {
return Response::make("Be right back!", 503);
});
/*
|--------------------------------------------------------------------------
| View Composers
|--------------------------------------------------------------------------
|
| Register Cachet's view composers.
|
*/
require app_path('composers.php');