diff --git a/src/db/pgsql/Schema.php b/src/db/pgsql/Schema.php index 9085076910b..d251b958e29 100644 --- a/src/db/pgsql/Schema.php +++ b/src/db/pgsql/Schema.php @@ -12,8 +12,8 @@ use craft\db\ExpressionBuilder; use craft\db\ExpressionInterface; use craft\db\TableSchema; -use mikehaertl\shellcommand\Command as ShellCommand; use craft\helpers\App; +use mikehaertl\shellcommand\Command as ShellCommand; use yii\db\Exception; /**