Skip to content

Commit cb2bbb8

Browse files
author
Myra Oliveros
committed
Fix syntax error in migration stub
1 parent 134c883 commit cb2bbb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/migrations/create_wallet_plus_tables.php.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ return new class extends Migration
5353
Schema::dropIfExists('wallets');
5454
Schema::dropIfExists('wallet_ledgers');
5555
}
56-
}
56+
};

0 commit comments

Comments
 (0)