Skip to content

Commit af452a3

Browse files
committed
Collective\Html\HtmlFacade in place of Illuminate
1 parent e900f41 commit af452a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/app.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
'Form' => 'AdamWathan\Form\Facades\Form',
225225
'Croppa' => 'Bkwld\Croppa\Facade',
226226
'Honeypot' => 'Msurguy\Honeypot\HoneypotFacade',
227-
'HTML' => 'Illuminate\Html\HtmlFacade',
227+
'HTML' => 'Collective\Html\HtmlFacade',
228228
'Notification' => 'Krucas\Notification\Facades\Notification',
229229
'Sentry' => 'Cartalyst\Sentry\Facades\Laravel\Sentry',
230230
'Translatable' => 'Dimsav\Translatable\Translatable',

0 commit comments

Comments
 (0)