Skip to content

Commit

Permalink
Collective\Html\HtmlFacade in place of Illuminate
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed Apr 9, 2015
1 parent e900f41 commit af452a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
'Form' => 'AdamWathan\Form\Facades\Form',
'Croppa' => 'Bkwld\Croppa\Facade',
'Honeypot' => 'Msurguy\Honeypot\HoneypotFacade',
'HTML' => 'Illuminate\Html\HtmlFacade',
'HTML' => 'Collective\Html\HtmlFacade',
'Notification' => 'Krucas\Notification\Facades\Notification',
'Sentry' => 'Cartalyst\Sentry\Facades\Laravel\Sentry',
'Translatable' => 'Dimsav\Translatable\Translatable',
Expand Down

0 comments on commit af452a3

Please sign in to comment.