Skip to content

Commit

Permalink
OP-442: Migration OS header and typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jkindly committed Jul 26, 2024
1 parent 822ef66 commit 20047e9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/Migrations/Version20240725064430.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?php

/*
* This file was created by developers working at BitBag
* Do you need more information about us and what we do? Visit our https://bitbag.io website!
* We are hiring developers from all over the world. Join us and start your new, exciting adventure and become part of us: https://bitbag.io/career
*/

declare(strict_types=1);

namespace BitBag\SyliusCmsPlugin\Migrations;
Expand All @@ -11,7 +17,7 @@ final class Version20240725064430 extends AbstractMigration
{
public function getDescription(): string
{
return 'This migration remove locales from pages.';
return 'This migration removes locales from pages.';
}

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

0 comments on commit 20047e9

Please sign in to comment.