Skip to content

Commit

Permalink
Test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-moser committed Apr 29, 2024
1 parent 65a8dc3 commit e881752
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/PimcoreCustomerManagementFrameworkBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ class PimcoreCustomerManagementFrameworkBundle extends AbstractPimcoreBundle imp
use BundleAdminClassicTrait;
use PackageVersionTrait;

protected function getComposerPackageName(): string
{
/**
* @just a test for CS fixer
*/
protected function getComposerPackageName(): string {
return 'pimcore/customer-management-framework-bundle';
}

Expand Down

0 comments on commit e881752

Please sign in to comment.