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