mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-09 14:07:25 +01:00
Removed Security Facade Factory
This commit is contained in:
parent
c67f77aab4
commit
ab1ea1ff06
@ -1,23 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
namespace App\Creator\Factory\Facade\Security;
|
|
||||||
|
|
||||||
use App\Structur\Facade\Security\Source\SourceFacadeInterface;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @author kevinfrantz
|
|
||||||
*/
|
|
||||||
final class SourceFacadeFactory
|
|
||||||
{
|
|
||||||
public function getSourceFacade(): SourceFacadeInterface
|
|
||||||
{
|
|
||||||
$className = $this->getSourceFacadeClassName();
|
|
||||||
|
|
||||||
return new $className();
|
|
||||||
}
|
|
||||||
|
|
||||||
private function getSourceFacadeClassName(): string
|
|
||||||
{
|
|
||||||
return 'App\Structur\Facade\Security\Source\\'.$this->getSourceFacadeClassName().'Facade';
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user