|
@@ -180,7 +180,7 @@ return [
|
|
|
Illuminate\Translation\TranslationServiceProvider::class,
|
|
|
Illuminate\Validation\ValidationServiceProvider::class,
|
|
|
Illuminate\View\ViewServiceProvider::class,
|
|
|
- Biscolab\ReCaptcha\ReCaptchaServiceProvider::class,
|
|
|
+
|
|
|
|
|
|
/*
|
|
|
* Package Service Providers...
|
|
@@ -250,7 +250,6 @@ return [
|
|
|
'URL' => Illuminate\Support\Facades\URL::class,
|
|
|
'Validator' => Illuminate\Support\Facades\Validator::class,
|
|
|
'View' => Illuminate\Support\Facades\View::class,
|
|
|
- 'ReCaptcha' => Biscolab\ReCaptcha\Facades\ReCaptcha::class,
|
|
|
'DataTables' => Yajra\DataTables\Facades\DataTables::class,
|
|
|
|
|
|
],
|