Browse Source

Merge pull request #1973 from bencorlett/patch-3

Updates for the rename of the `HTML` facade.
Taylor Otwell 11 years ago
parent
commit
086f2966c0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/config/app.php

+ 1 - 1
app/config/app.php

@@ -158,7 +158,7 @@ return array(
 		'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',