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 035735a commit 120ba2d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sschreier/administration-dashboard",
"description": "a extension which customizing the administration dashboard",
"version": "1.2.1",
"version": "1.2.2",
"type": "shopware-platform-plugin",
"license": "GPL-3.0-or-later",
"authors": [
Expand Down
14 changes: 10 additions & 4 deletions src/SschreierAdministrationDashboard.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
<?php
declare(strict_types=1);

/*
* (c) Sebastian Schreier <info@sebastianschreier.de>
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Sschreier\AdministrationDashboard;

use Shopware\Core\Framework\Plugin;
use Shopware\Core\Framework\Plugin;

class SschreierAdministrationDashboard extends Plugin
{
}
class SschreierAdministrationDashboard extends Plugin
{
}

0 comments on commit 120ba2d

Please sign in to comment.