@@ -130,8 +130,7 @@ |
||
| 130 | 130 | } |
| 131 | 131 | |
| 132 | 132 | $this->log('Deployment successful.'); |
| 133 | - } |
|
| 134 | - catch (Exception $e) |
|
| 133 | + } catch (Exception $e) |
|
| 135 | 134 | { |
| 136 | 135 | $this->log($e, 'ERROR'); |
| 137 | 136 | } |
@@ -4,9 +4,9 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Exception; |
| 6 | 6 | use Monolog\Logger; |
| 7 | -use Psr\Log\LoggerInterface; |
|
| 8 | 7 | use Psr\Log\LoggerAwareInterface; |
| 9 | 8 | use Psr\Log\LoggerAwareTrait; |
| 9 | +use Psr\Log\LoggerInterface; |
|
| 10 | 10 | |
| 11 | 11 | class Deploy implements LoggerAwareInterface{ |
| 12 | 12 | |