Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
use trait Nette\SmartObject
Browse files Browse the repository at this point in the history
  • Loading branch information
konecnyjakub committed Oct 14, 2017
1 parent a96f433 commit aa056ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ContainerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
/**
* @internal
*/
class ContainerFactory extends \Nette\Object
class ContainerFactory
{
use \Nette\SmartObject;

private static $container;

Expand Down

0 comments on commit aa056ba

Please sign in to comment.