Skip to content

Commit

Permalink
Task: remove prio
Browse files Browse the repository at this point in the history
  • Loading branch information
robertSt7 committed Jan 31, 2025
1 parent 546d3e6 commit b35b89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ class Kernel extends PimcoreKernel
public function registerBundlesToCollection(BundleCollection $collection): void
{
$collection->addBundle(new PimcoreAdminBundle(), 60);
$collection->addBundle(new PimcoreQuillBundle(), 61);
$collection->addBundle(new PimcoreQuillBundle() );
}
}

0 comments on commit b35b89d

Please sign in to comment.