@@ -90,9 +90,11 @@ |
||
90 | 90 | * @param string|ValueInterface $else |
91 | 91 | * @return $this |
92 | 92 | */ |
93 | - public function else($else) |
|
93 | + public function else { |
|
94 | + ($else) |
|
94 | 95 | { |
95 | 96 | $this->else = isset($else) ? $this->db->quote($else) : null; |
97 | + } |
|
96 | 98 | return $this; |
97 | 99 | } |
98 | 100 |
@@ -347,13 +347,4 @@ |
||
347 | 347 | */ |
348 | 348 | public function down(\$schema) |
349 | 349 | { |
350 | - {$down} |
|
351 | - } |
|
352 | - |
|
353 | - }; |
|
354 | - |
|
355 | - MIGRATION |
|
356 | - ); |
|
357 | - } |
|
358 | - |
|
359 | -})->_exec(); |
|
350 | + {$down} |
|
360 | 351 | \ No newline at end of file |