Skip to content

Commit

Permalink
Merge pull request #21 from josecarpio99/main
Browse files Browse the repository at this point in the history
Update create_wallets_logs_table.php.stub
  • Loading branch information
HPWebdeveloper authored Apr 12, 2024
2 parents e4c464d + d2af1c1 commit f7ea396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/migrations/create_wallets_logs_table.php.stub
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ return new class () extends Migration {
*/
public function down(): void
{
Schema::dropIfExists('balance_logs');
Schema::dropIfExists('wallets_logs');
}
};

0 comments on commit f7ea396

Please sign in to comment.