From b3160d7bfd29288fcbfe528e4fd1fcd80864807f Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Wed, 28 Apr 2021 14:48:48 +0200 Subject: Fixes bin autoload --- src/IAC.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') 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(); -- cgit v1.2.3