Skip to content

Commit

Permalink
fix: remove RegisterPortalTheme introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomiejmarszal committed Jun 10, 2024
1 parent a9c5c9a commit 58ba40b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
MapLtiSectionVisibility::class,
GenerisSearchWhitelist::class,
CreateLti1p3RegistrationSnapshotSchema::class,
RegisterPortalTheme::class
]
],
'update' => Updater::class,
Expand Down
2 changes: 1 addition & 1 deletion migrations/Version202406060802293772_taoLti.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function getDescription(): string

public function up(Schema $schema): void
{
$this->runAction(new RegisterPortalTheme());
// Action removed due to conflicting with multiple instance implementations.
}

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

0 comments on commit 58ba40b

Please sign in to comment.