Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Helzle <[email protected]>
  • Loading branch information
kitsunet and Sebobo authored Oct 24, 2024
1 parent c56b4f3 commit 04716b3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Migrations/Postgresql/Version20240531174227.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,11 @@
use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration;

/**
* Auto-generated Migration: Please modify to your needs!
*/
final class Version20240531174227 extends AbstractMigration
{
public function getDescription(): string
{
return '';
return 'Generate the table for the token authentication.';
}

public function up(Schema $schema): void
Expand Down

0 comments on commit 04716b3

Please sign in to comment.