@@ -2,7 +2,7 @@ |
||
| 2 | 2 | |
| 3 | 3 | declare(strict_types=1); |
| 4 | 4 | |
| 5 | - return [ |
|
| 5 | + return [ |
|
| 6 | 6 | [ |
| 7 | 7 | 'query' => 'mutation { |
| 8 | 8 | requestMembershipEnd |
@@ -32,6 +32,4 @@ |
||
| 32 | 32 | user.subscription_type = IF(user.subscription_type IN ('paper', 'both'), 'both', 'digital') |
| 33 | 33 | STRING; |
| 34 | 34 | |
| 35 | - $connection->executeUpdate($sqlUpgrade); |
|
| 36 | - } |
|
| 37 | -} |
|
| 35 | + $connection->executeUpdate($sqlUpgrade |
|
| 38 | 36 | \ No newline at end of file |