some css tweaks and other minor improvements/fixes
This commit is contained in:
@@ -137,6 +137,7 @@ return [
|
||||
Illuminate\Translation\TranslationServiceProvider::class,
|
||||
Illuminate\Validation\ValidationServiceProvider::class,
|
||||
Illuminate\View\ViewServiceProvider::class,
|
||||
Mews\Captcha\CaptchaServiceProvider::class,
|
||||
|
||||
/*
|
||||
* Application Service Providers...
|
||||
@@ -209,7 +210,8 @@ return [
|
||||
'Form' => Collective\Html\FormFacade::class,
|
||||
'Html' => Collective\Html\HtmlFacade::class,
|
||||
'Recaptcha' => Greggilbert\Recaptcha\Facades\Recaptcha::class,
|
||||
'Sentry' => Sentry\SentryLaravel\SentryFacade::class,
|
||||
'Sentry' => Sentry\SentryLaravel\SentryFacade::class,
|
||||
'Captcha' => Mews\Captcha\Facades\Captcha::class,
|
||||
],
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user