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
* @param array $config
* @throws Exception
* @var ContainerInterface
*/
public function __construct(public ContainerInterface $container, array $config = [])
{
parent::__construct($config);
}
public ContainerInterface $container;
}