Browse Source

Wesmiler OTC 提交更新 0729

APPLE 3 years ago
parent
commit
01ef66f851

BIN
addons/admin/src/assets/wxpay.png


BIN
addons/utcapp/static/icons/bank.png


+ 13 - 0
vendor/fakerphp/faker/src/Faker/Container/ContainerInterface.php

@@ -0,0 +1,13 @@
+<?php
+
+namespace Faker\Container;
+
+use Psr\Container\ContainerInterface as BaseContainerInterface;
+
+interface ContainerInterface extends BaseContainerInterface
+{
+    /**
+     * Get the bindings between Extension interfaces and implementations.
+     */
+    public function getDefinitions(): array;
+}

+ 0 - 14
vendor/fakerphp/faker/src/Faker/Extension/ContainerException.php

@@ -1,14 +0,0 @@
-<?php
-
-declare(strict_types=1);
-
-namespace Faker\Extension;
-
-use Psr\Container\ContainerExceptionInterface;
-
-/**
- * @experimental This class is experimental and does not fall under our BC promise
- */
-final class ContainerException extends \RuntimeException implements ContainerExceptionInterface
-{
-}