From a982efb49bbf2d107e4a9d7ebc11448d557ee744 Mon Sep 17 00:00:00 2001 From: Ben Corlett Date: Wed, 8 May 2013 09:30:08 +1000 Subject: [PATCH] Updates for the rename of the `HTML` facade. See laravel/framework#1231 --- app/config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/app.php b/app/config/app.php index c40885b5..77c9cfb4 100644 --- a/app/config/app.php +++ b/app/config/app.php @@ -158,7 +158,7 @@ 'File' => 'Illuminate\Support\Facades\File', 'Form' => 'Illuminate\Support\Facades\Form', 'Hash' => 'Illuminate\Support\Facades\Hash', - 'HTML' => 'Illuminate\Support\Facades\Html', + 'HTML' => 'Illuminate\Support\Facades\HTML', 'Input' => 'Illuminate\Support\Facades\Input', 'Lang' => 'Illuminate\Support\Facades\Lang', 'Log' => 'Illuminate\Support\Facades\Log',