@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Morphatic\AutoDeploy\Commands; |
| 4 | 4 | |
| 5 | -use Illuminate\Support\Str; |
|
| 6 | 5 | use Illuminate\Console\Command; |
| 6 | +use Illuminate\Support\Str; |
|
| 7 | 7 | use Symfony\Component\Console\Input\InputOption; |
| 8 | 8 | |
| 9 | 9 | class DeployInitCommand extends Command |
@@ -2,16 +2,15 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Morphatic\AutoDeploy\Controllers; |
| 4 | 4 | |
| 5 | -use Log; |
|
| 6 | -use Mail; |
|
| 7 | -use Monolog\Logger; |
|
| 8 | -use Illuminate\Http\Request; |
|
| 9 | -use Illuminate\Routing\Controller; |
|
| 10 | 5 | use AdamBrett\ShellWrapper\Command\Builder as Command; |
| 11 | 6 | use AdamBrett\ShellWrapper\Command\CommandInterface; |
| 12 | 7 | use AdamBrett\ShellWrapper\Runners\Exec; |
| 8 | +use Illuminate\Routing\Controller; |
|
| 9 | +use Log; |
|
| 10 | +use Mail; |
|
| 13 | 11 | use Monolog\Formatter\HtmlFormatter; |
| 14 | 12 | use Monolog\Handler\SwiftMailerHandler; |
| 13 | +use Monolog\Logger; |
|
| 15 | 14 | use Morphatic\AutoDeploy\Origins\OriginInterface; |
| 16 | 15 | |
| 17 | 16 | class DeployController extends Controller |