@@ -20,7 +20,8 @@ |
||
20 | 20 | /** |
21 | 21 | * Undo the migration |
22 | 22 | */ |
23 | - public function down() { |
|
23 | + public function down() |
|
24 | + { |
|
24 | 25 | Capsule::schema()->drop('refresh_tokens'); |
25 | 26 | } |
26 | 27 | } |