mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 09:00:18 +01:00 
			
		
		
		
	Tweaks.
This commit is contained in:
		
							parent
							
								
									e10dea147f
								
							
						
					
					
						commit
						1b2188f0b1
					
				@ -40,6 +40,7 @@ class Factory
 | 
			
		||||
        $className = 'Mage\\Command\\BuiltIn\\' . $commandName . 'Command';
 | 
			
		||||
        if (Autoload::isLoadable($className)) {
 | 
			
		||||
            $instance = new $className;
 | 
			
		||||
            assert($instance instanceOf AbstractCommand);
 | 
			
		||||
            $instance->setConfig($config);
 | 
			
		||||
        } else {
 | 
			
		||||
            throw new Exception('Command not found.');
 | 
			
		||||
 | 
			
		||||
@ -10,7 +10,6 @@
 | 
			
		||||
 | 
			
		||||
namespace Mage\Task\BuiltIn\Deployment\Strategy;
 | 
			
		||||
 | 
			
		||||
use Mage\Task\BuiltIn\Deployment\Strategy\BaseStrategyTaskAbstract;
 | 
			
		||||
use Mage\Task\Releases\IsReleaseAware;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 | 
			
		||||
@ -10,7 +10,6 @@
 | 
			
		||||
 | 
			
		||||
namespace Mage\Task\BuiltIn\Deployment\Strategy;
 | 
			
		||||
 | 
			
		||||
use Mage\Task\BuiltIn\Deployment\Strategy\BaseStrategyTaskAbstract;
 | 
			
		||||
use Mage\Task\Releases\IsReleaseAware;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user