
   Illuminate\Database\QueryException 

  SQLSTATE[08004] [1040] Too many connections (Connection: mysql, SQL: select * from `success_topup_settings` where (`id` = 1) limit 1)

  at vendor/laravel/framework/src/Illuminate/Database/Connection.php:824
    820▕                     $this->getName(), $query, $this->prepareBindings($bindings), $e
    821▕                 );
    822▕             }
    823▕ 
  ➜ 824▕             throw new QueryException(
    825▕                 $this->getName(), $query, $this->prepareBindings($bindings), $e
    826▕             );
    827▕         }
    828▕     }

  1   [internal]:0
      App\Services\SuccessTopupRegularPackService::__construct()
      [2m+24 vendor frames [22m

  26  app/Models/SuccessTopupSetting.php:34
      Illuminate\Database\Eloquent\Model::__callStatic()


   Illuminate\Database\QueryException 

  SQLSTATE[HY000] [1040] Too many connections (Connection: mysql, SQL: select * from `success_topup_settings` where (`id` = 1) limit 1)

  at vendor/laravel/framework/src/Illuminate/Database/Connection.php:824
    820▕                     $this->getName(), $query, $this->prepareBindings($bindings), $e
    821▕                 );
    822▕             }
    823▕ 
  ➜ 824▕             throw new QueryException(
    825▕                 $this->getName(), $query, $this->prepareBindings($bindings), $e
    826▕             );
    827▕         }
    828▕     }

  1   [internal]:0
      App\Services\SuccessTopupRegularPackService::__construct()
      [2m+24 vendor frames [22m

  26  app/Models/SuccessTopupSetting.php:34
      Illuminate\Database\Eloquent\Model::__callStatic("firstOrCreate")

