@@ -2,11 +2,11 @@ |
||
2 | 2 | |
3 | 3 | namespace OhDear\ForgeSync; |
4 | 4 | |
5 | +use Illuminate\Support\Collection; |
|
5 | 6 | use OhDear\PhpSdk\OhDear; |
7 | +use OhDear\PhpSdk\Resources\Site as OhDearSite; |
|
6 | 8 | use Themsaid\Forge\Forge; |
7 | -use Illuminate\Support\Collection; |
|
8 | 9 | use Themsaid\Forge\Resources\Server; |
9 | -use OhDear\PhpSdk\Resources\Site as OhDearSite; |
|
10 | 10 | use Themsaid\Forge\Resources\Site as ForgeSite; |
11 | 11 | |
12 | 12 | class ForgeSync |
@@ -3,8 +3,8 @@ |
||
3 | 3 | namespace OhDear\ForgeSync; |
4 | 4 | |
5 | 5 | use Exception; |
6 | -use OhDear\PhpSdk\OhDear; |
|
7 | 6 | use Illuminate\Console\Command; |
7 | +use OhDear\PhpSdk\OhDear; |
|
8 | 8 | |
9 | 9 | class SyncSitesCommand extends Command |
10 | 10 | { |