Skip to content

Commit

Permalink
Apply duster fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusjunges committed Aug 9, 2024
1 parent 70e75c4 commit 7c8cb82
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions database/migrations/2024_08_09_172027_create_cache_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@

return new class extends Migration
{
/**
* Run the migrations.
*/
public function up(): void
{
Schema::create('cache', function (Blueprint $table) {
Expand All @@ -24,9 +21,6 @@ public function up(): void
});
}

/**
* Reverse the migrations.
*/
public function down(): void
{
Schema::dropIfExists('cache');
Expand Down

0 comments on commit 7c8cb82

Please sign in to comment.