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'; - } -}