变更
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user