Skip to content

Commit

Permalink
Remove obsolete code. Database command will sync the transmogrificati…
Browse files Browse the repository at this point in the history
…on plugin.
  • Loading branch information
Ioannis committed Feb 1, 2026
1 parent d32f4ad commit 17cba91
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions app/src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,6 @@ public function bootstrap(): void
foreach($activePlugins as $p) {
$this->addPlugin($p->plugin);
}

// The Transmogrification family plugins are required for all applications
// It is a special use case.
if (!\Cake\Core\Plugin::isLoaded('Transmogrify')) {
$this->addPlugin('Transmogrify');
}
if (!\Cake\Core\Plugin::isLoaded('HistoricPetitionViewer')) {
$this->addPlugin('HistoricPetitionViewer');
}
}
catch(\Cake\Database\Exception\DatabaseException $e) {
// Most likely we are performing the initial database setup and
Expand Down

0 comments on commit 17cba91

Please sign in to comment.