Skip to content

Commit

Permalink
Changed Container to public (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
bvlinsky committed Jan 14, 2024
1 parent 9309540 commit 81943b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

final readonly class App
{
private Container $container;
public Container $container;

/**
* @throws EnvNotFoundException
Expand Down

0 comments on commit 81943b2

Please sign in to comment.