diff options
author | Daniel Weipert <code@drogueronin.de> | 2021-04-28 14:48:48 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2021-04-28 14:48:48 +0200 |
commit | b3160d7bfd29288fcbfe528e4fd1fcd80864807f (patch) | |
tree | dda7a95d8a73cc87d18c21a291517f2be9af6a83 /src/IAC.php | |
parent | 9f0ccee3f967c2cd6cd5cfaea97dc35e1a7bd12a (diff) |
Diffstat (limited to 'src/IAC.php')
-rw-r--r-- | src/IAC.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/IAC.php b/src/IAC.php index c4e476d..59df281 100644 --- a/src/IAC.php +++ b/src/IAC.php @@ -2,14 +2,11 @@ namespace PHPIAC; -use PetrKnap\Php\Singleton\SingletonTrait; use PHPIAC\Command\RunCommand; use Symfony\Component\Console\Application; class IAC { - use SingletonTrait; - public function __construct() { $application = new Application(); |