Make view composers into service providers.
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user