Skip to content

Commit

Permalink
[Improvement] Moved PimcoreBundleAdminSupportInterface to bundle cl…
Browse files Browse the repository at this point in the history
…asses (#14713)

* moved `PimcoreBundleAdminSupportInterface` from `AbstractPimcoreBundle` to bundle classes

* added missing AdminSupportTrait

* adjust docs

* renamed trait from  to
  • Loading branch information
Corepex authored Mar 21, 2023
1 parent 0f6449f commit 944cd37
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bundles/SystemInfoBundle/src/PimcoreSystemInfoBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@

namespace Pimcore\Bundle\SystemInfoBundle;

use Pimcore\Bundle\AdminBundle\Support\BundleAdminSupportTrait;
use Pimcore\Bundle\AdminBundle\Support\PimcoreBundleAdminSupportInterface;
use Pimcore\Extension\Bundle\AbstractPimcoreBundle;
use Pimcore\Extension\Bundle\Traits\PackageVersionTrait;

class PimcoreSystemInfoBundle extends AbstractPimcoreBundle
class PimcoreSystemInfoBundle extends AbstractPimcoreBundle implements PimcoreBundleAdminSupportInterface
{
use BundleAdminSupportTrait;
use PackageVersionTrait;

// @TODO Enable when bundle move to own repo
Expand Down

0 comments on commit 944cd37

Please sign in to comment.