diff --git a/config/app.php b/config/app.php index c86be30b..a8aa6e98 100644 --- a/config/app.php +++ b/config/app.php @@ -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',