Remove the remaining use of the lang facade

This commit is contained in:
Graham Campbell
2015-01-01 22:03:33 +00:00
parent b2edda5ee2
commit 056e0c489e
5 changed files with 8 additions and 10 deletions
-1
View File
@@ -163,7 +163,6 @@ return [
'Form' => 'Illuminate\Support\Facades\Form',
'HTML' => 'Illuminate\Support\Facades\HTML',
'Input' => 'Illuminate\Support\Facades\Input',
'Lang' => 'Illuminate\Support\Facades\Lang',
'Log' => 'Illuminate\Support\Facades\Log',
'Redirect' => 'Illuminate\Support\Facades\Redirect',
'Request' => 'Illuminate\Support\Facades\Request',