mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-11-04 11:17:58 +00:00 
			
		
		
		
	Removed Security Facade Factory
This commit is contained in:
		@@ -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';
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user