Skip to content

Commit

Permalink
Update ContainerAwareTrait.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Shelamkoff authored Jul 25, 2024
1 parent 1830bcd commit 4a435ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ContainerAwareTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

trait ContainerAwareTrait
{
private ContainerInterface $container;
private ?ContainerInterface $container = null;
public function setContainer(ContainerInterface $container): void
{
$this->container = $container;
}
}
}

0 comments on commit 4a435ba

Please sign in to comment.