From ab1ea1ff0624fa9fa9411abd70c6f419255fd18c Mon Sep 17 00:00:00 2001 From: Kevin Frantz Date: Fri, 23 Nov 2018 10:46:45 +0100 Subject: [PATCH] Removed Security Facade Factory --- .../Facade/Security/SourceFacadeFactory.php | 23 ------------------- 1 file changed, 23 deletions(-) delete mode 100644 application/src/Creator/Factory/Facade/Security/SourceFacadeFactory.php diff --git a/application/src/Creator/Factory/Facade/Security/SourceFacadeFactory.php b/application/src/Creator/Factory/Facade/Security/SourceFacadeFactory.php deleted file mode 100644 index 5bc6824..0000000 --- a/application/src/Creator/Factory/Facade/Security/SourceFacadeFactory.php +++ /dev/null @@ -1,23 +0,0 @@ -getSourceFacadeClassName(); - - return new $className(); - } - - private function getSourceFacadeClassName(): string - { - return 'App\Structur\Facade\Security\Source\\'.$this->getSourceFacadeClassName().'Facade'; - } -}