Skip to content

Commit

Permalink
php files updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sschreier committed Feb 1, 2025
1 parent e6d577c commit 22ebfe2
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sschreier/sschreierbadgenavigationproductdetailpage",
"description": "badges for the navigation and the product detail page",
"version": "1.2.1",
"version": "1.2.2",
"type": "shopware-platform-plugin",
"license": "GPL-3.0-or-later",
"authors": [
Expand Down
6 changes: 6 additions & 0 deletions src/Migration/Migration1693936800CustomFieldProductBadges.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<?php
declare(strict_types=1);

/*
* (c) Sebastian Schreier <[email protected]>
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Sschreier\BadgeNavigationProductDetailPage\Migration;

use Doctrine\DBAL\Connection;
Expand Down
6 changes: 6 additions & 0 deletions src/SschreierBadgeNavigationProductDetailPage.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<?php
declare(strict_types=1);

/*
* (c) Sebastian Schreier <[email protected]>
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Sschreier\BadgeNavigationProductDetailPage;

use Shopware\Core\Framework\DataAbstractionLayer\Search\Criteria;
Expand Down
6 changes: 6 additions & 0 deletions src/Storefront/Subscriber/FrontendSubscriber.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<?php
declare(strict_types=1);

/*
* (c) Sebastian Schreier <[email protected]>
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Sschreier\BadgeNavigationProductDetailPage\Storefront\Subscriber;

use Shopware\Core\Content\Product\SalesChannel\SalesChannelProductEntity;
Expand Down

0 comments on commit 22ebfe2

Please sign in to comment.