mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-10 17:03:52 +09:00
Updates to vendors etc
This commit is contained in:
@@ -20,11 +20,10 @@ use Psr\Container\ContainerInterface;
|
||||
*/
|
||||
class ContainerLoader extends ObjectLoader
|
||||
{
|
||||
private ContainerInterface $container;
|
||||
|
||||
public function __construct(ContainerInterface $container, ?string $env = null)
|
||||
{
|
||||
$this->container = $container;
|
||||
public function __construct(
|
||||
private ContainerInterface $container,
|
||||
?string $env = null,
|
||||
) {
|
||||
parent::__construct($env);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user