Skip to content

Commit

Permalink
update file
Browse files Browse the repository at this point in the history
  • Loading branch information
juancristobalgd1 authored Mar 28, 2024
1 parent 4c74012 commit bc8b033
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ public function user(string $value = null)
*/
public function removeService(string $alias): void
{
return $this->remove($alias);
$this->remove($alias);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
class Container
{
private array $storage = [];
private ?Container $instances = [];
private $instances = [];

public static function getInstance()
{
Expand Down

0 comments on commit bc8b033

Please sign in to comment.