Remove GatewayType from caching
This commit is contained in:
parent
1a62a683ba
commit
e583265969
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ return [
|
|||
'date_formats' => App\Models\DateFormat::class,
|
||||
'datetime_formats' => App\Models\DatetimeFormat::class,
|
||||
'gateways' => App\Models\Gateway::class,
|
||||
'gateway_types' => App\Models\GatewayType::class,
|
||||
//'gateway_types' => App\Models\GatewayType::class,
|
||||
'industries' => App\Models\Industry::class,
|
||||
'languages' => App\Models\Language::class,
|
||||
'payment_types' => App\Models\PaymentType::class,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue