mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-09 14:58:57 +02:00
[Nostromo] Refactor Runtime methods.
This commit is contained in:
+1
-2
@@ -8,11 +8,10 @@
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace Mage\Deploy\Strategy\Releases;
|
||||
namespace Mage\Deploy\Strategy;
|
||||
|
||||
use Mage\Runtime\Exception\RuntimeException;
|
||||
use Mage\Runtime\Runtime;
|
||||
use Mage\Deploy\Strategy\StrategyInterface;
|
||||
|
||||
/**
|
||||
* Strategy for Deployment with Releases, using TarGz and SCP
|
||||
@@ -8,11 +8,10 @@
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace Mage\Deploy\Strategy\Rsync;
|
||||
namespace Mage\Deploy\Strategy;
|
||||
|
||||
use Mage\Runtime\Exception\RuntimeException;
|
||||
use Mage\Runtime\Runtime;
|
||||
use Mage\Deploy\Strategy\StrategyInterface;
|
||||
|
||||
/**
|
||||
* Strategy for Deployment with Rsync
|
||||
Reference in New Issue
Block a user