diff --git a/kiri-engine/Abstracts/Providers.php b/kiri-engine/Abstracts/Providers.php index b7edc51e..7928f4e7 100644 --- a/kiri-engine/Abstracts/Providers.php +++ b/kiri-engine/Abstracts/Providers.php @@ -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; }