0nepeop1e 5 лет назад
Родитель
Сommit
9f0b724e20
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      src/PaymentServiceProvider.php

+ 1
- 1
src/PaymentServiceProvider.php Просмотреть файл

25
         /** @noinspection PhpIncludeInspection */
25
         /** @noinspection PhpIncludeInspection */
26
         $config->set('payment', array_merge(
26
         $config->set('payment', array_merge(
27
             require $config_path,
27
             require $config_path,
28
-            $config->get('payment')
28
+            $config->get('payment', [])
29
         ));
29
         ));
30
 
30
 
31
         $this->app->singleton('payment', function (Application $app) use ($config) {
31
         $this->app->singleton('payment', function (Application $app) use ($config) {

Загрузка…
Отмена
Сохранить