Skip to content

Commit

Permalink
Merge pull request #182 from elements-at/MercuryKojo-patch-1
Browse files Browse the repository at this point in the history
Update Version20230321092750.php
  • Loading branch information
ctippler authored Jun 15, 2023
2 parents ba4597e + c65fbda commit 99d2e95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Migrations/Version20230321092750.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,17 @@

use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration;
use Elements\Bundle\ProcessManagerBundle\ElementsProcessManagerBundle;
use Pimcore\Migrations\BundleAwareMigration;
/**
* Auto-generated Migration: Please modify to your needs!
*/
final class Version20230321092750 extends BundleAwareMigration
{
protected function getBundleName(): string
{
return ElementsProcessManagerBundle::BUNDLE_NAME;
}

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

0 comments on commit 99d2e95

Please sign in to comment.