@@ -4,8 +4,8 @@ discard block |
||
| 4 | 4 | class CreateAccessTokensTable |
| 5 | 5 | { |
| 6 | 6 | /** |
| 7 | - * Do the migration |
|
| 8 | - */ |
|
| 7 | + * Do the migration |
|
| 8 | + */ |
|
| 9 | 9 | public function up() |
| 10 | 10 | { |
| 11 | 11 | Capsule::schema()->create('access_tokens', function($table) |
@@ -19,8 +19,8 @@ discard block |
||
| 19 | 19 | } |
| 20 | 20 | |
| 21 | 21 | /** |
| 22 | - * Undo the migration |
|
| 23 | - */ |
|
| 22 | + * Undo the migration |
|
| 23 | + */ |
|
| 24 | 24 | public function down() |
| 25 | 25 | { |
| 26 | 26 | Capsule::schema()->drop('access_tokens'); |
@@ -4,8 +4,8 @@ discard block |
||
| 4 | 4 | class CreateRefreshTokensTable |
| 5 | 5 | { |
| 6 | 6 | /** |
| 7 | - * Do the migration |
|
| 8 | - */ |
|
| 7 | + * Do the migration |
|
| 8 | + */ |
|
| 9 | 9 | public function up() |
| 10 | 10 | { |
| 11 | 11 | Capsule::schema()->create('refresh_tokens', function($table) |
@@ -19,8 +19,8 @@ discard block |
||
| 19 | 19 | } |
| 20 | 20 | |
| 21 | 21 | /** |
| 22 | - * Undo the migration |
|
| 23 | - */ |
|
| 22 | + * Undo the migration |
|
| 23 | + */ |
|
| 24 | 24 | public function down() |
| 25 | 25 | { |
| 26 | 26 | Capsule::schema()->drop('refresh_tokens'); |