From 4284ab6f91e13b9b2cc86d1b3528f7e318b3d1d9 Mon Sep 17 00:00:00 2001 From: Infacq Date: Fri, 22 May 2015 15:09:14 +0800 Subject: [PATCH] to suit with Laravel Collective Syntax --- config/app.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/app.php b/config/app.php index d4ca7d6d4020..1e0ef2f30a6f 100644 --- a/config/app.php +++ b/config/app.php @@ -146,7 +146,7 @@ return [ 'Intervention\Image\ImageServiceProvider', 'Webpatser\Countries\CountriesServiceProvider', 'Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider', - 'Illuminate\Html\HtmlServiceProvider', + 'Collective\Html\HtmlServiceProvider', /* * Application Service Providers... @@ -244,8 +244,8 @@ return [ // Added Class Aliases 'Utils' => 'App\Libraries\Utils', - 'Form' => 'Illuminate\Html\FormFacade', - 'HTML' => 'Illuminate\Html\HtmlFacade', + 'Form' => 'Collective\Html\FormFacade', + 'Html' => 'Collective\Html\HtmlFacade', 'SSH' => 'Illuminate\Support\Facades\SSH', 'Alert' => 'Bootstrapper\Facades\Alert', 'Badge' => 'Bootstrapper\Facades\Badge',