Skip to content

Commit

Permalink
Update 2019_12_14_000001_create_personal_access_tokens_table.php (#383)
Browse files Browse the repository at this point in the history
A very small update to match the default structure of migrations in Laravel.
  • Loading branch information
sajaddp committed Jul 25, 2022
1 parent be5d1c7 commit 9f9921d
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -4,7 +4,7 @@
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;

class CreatePersonalAccessTokensTable extends Migration
return new class extends Migration
{
/**
* Run the migrations.
Expand Down Expand Up @@ -34,4 +34,4 @@ public function down()
{
Schema::dropIfExists('personal_access_tokens');
}
}
};

0 comments on commit 9f9921d

Please sign in to comment.