This commit is contained in:
2023-04-16 02:15:51 +08:00
parent 4eb7e6142b
commit 9389386030
+2 -7
View File
@@ -16,13 +16,8 @@ abstract class Providers extends Component implements Provider
/** /**
* @param ContainerInterface $container * @var ContainerInterface
* @param array $config
* @throws Exception
*/ */
public function __construct(public ContainerInterface $container, array $config = []) public ContainerInterface $container;
{
parent::__construct($config);
}
} }