Remove services deleted from core

See https://github.com/laravel/framework/pull/28441 and https://github.com/laravel/framework/pull/28442
This commit is contained in:
Dries Vints
2019-05-07 17:57:29 +02:00
parent 7e6af5c031
commit fe9f8497d9
3 changed files with 4 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ return [
|--------------------------------------------------------------------------
|
| This file is for storing the credentials for third party services such
| as Stripe, Mailgun, SparkPost and others. This file provides a sane
| as Stripe, Mailgun, Postmark and others. This file provides a sane
| default location for this type of information, allowing packages
| to have a conventional place to find your various credentials.
|
@@ -30,10 +30,6 @@ return [
'region' => env('AWS_DEFAULT_REGION', 'us-east-1'),
],
'sparkpost' => [
'secret' => env('SPARKPOST_SECRET'),
],
'stripe' => [
'model' => App\User::class,
'key' => env('STRIPE_KEY'),