Skip to content

Commit

Permalink
Update Container.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Awixe authored Nov 8, 2017
1 parent 9b05181 commit 39d986e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,8 @@ public static function setConatiner(PimpleContainer $container)
{
self::$instance = $container;
}

public static function unsetContainer()
{
}
}

0 comments on commit 39d986e

Please sign in to comment.