@@ -5,7 +5,7 @@ discard block |
||
5 | 5 | use Migratio\Contract\WizardContract; |
6 | 6 | use Migratio\Contract\WizardAlterContract; |
7 | 7 | |
8 | -class WizardAlter extends Wizard implements WizardContract,WizardAlterContract |
|
8 | +class WizardAlter extends Wizard implements WizardContract, WizardAlterContract |
|
9 | 9 | { |
10 | 10 | /** |
11 | 11 | * @var array |
@@ -32,7 +32,7 @@ discard block |
||
32 | 32 | */ |
33 | 33 | public function after($field) |
34 | 34 | { |
35 | - $this->wizard->setAlterType('place',['AFTER'=>$field]); |
|
35 | + $this->wizard->setAlterType('place', ['AFTER'=>$field]); |
|
36 | 36 | |
37 | 37 | return $this->wizard; |
38 | 38 | } |