@@ -8,9 +8,9 @@ |
||
| 8 | 8 | |
| 9 | 9 | namespace flipbox\craft\domains\actions; |
| 10 | 10 | |
| 11 | +use flipbox\craft\domains\records\Domain; |
|
| 11 | 12 | use flipbox\craft\ember\actions\ManageTrait; |
| 12 | 13 | use flipbox\craft\ember\helpers\SiteHelper; |
| 13 | -use flipbox\craft\domains\records\Domain; |
|
| 14 | 14 | use yii\base\Action; |
| 15 | 15 | |
| 16 | 16 | /** |
@@ -10,12 +10,12 @@ |
||
| 10 | 10 | |
| 11 | 11 | use craft\db\QueryAbortedException; |
| 12 | 12 | use craft\helpers\Db; |
| 13 | +use flipbox\craft\domains\records\Domain; |
|
| 13 | 14 | use flipbox\craft\ember\helpers\QueryHelper; |
| 14 | 15 | use flipbox\craft\ember\queries\CacheableActiveQuery; |
| 15 | 16 | use flipbox\craft\ember\queries\ElementAttributeTrait; |
| 16 | 17 | use flipbox\craft\ember\queries\FieldAttributeTrait; |
| 17 | 18 | use flipbox\craft\ember\queries\SiteAttributeTrait; |
| 18 | -use flipbox\craft\domains\records\Domain; |
|
| 19 | 19 | |
| 20 | 20 | /** |
| 21 | 21 | * @method Domain[] getCachedResult() |
@@ -8,9 +8,9 @@ |
||
| 8 | 8 | |
| 9 | 9 | namespace flipbox\craft\domains\actions; |
| 10 | 10 | |
| 11 | +use flipbox\craft\domains\records\Domain; |
|
| 11 | 12 | use flipbox\craft\ember\actions\ManageTrait; |
| 12 | 13 | use flipbox\craft\ember\helpers\SiteHelper; |
| 13 | -use flipbox\craft\domains\records\Domain; |
|
| 14 | 14 | use yii\base\Action; |
| 15 | 15 | |
| 16 | 16 | /** |