Skip to content

Commit

Permalink
Merge pull request #31 from pimcore/add-bundle-admin-support-interfac…
Browse files Browse the repository at this point in the history
…e-to-bundle

[Improvement] Added `PimcoreBundleAdminSupportInterface` to bundle class
  • Loading branch information
lukmzig authored Mar 27, 2023
2 parents 863ef93 + 35fd435 commit fdf1e08
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ObjectMergerBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@

namespace Pimcore\Bundle\ObjectMergerBundle;

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

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

/**
Expand Down

0 comments on commit fdf1e08

Please sign in to comment.