Skip to content

Commit 3567d7b

Browse files
author
ankitcodes4u
committed
refactor: remove redundant code and standardize test naming
1 parent 9366788 commit 3567d7b

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/CmsPlugin.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,8 @@
33
namespace Eclipse\Cms;
44

55
use Eclipse\Common\Foundation\Plugins\Plugin;
6-
use Filament\Panel;
76

87
class CmsPlugin extends Plugin
98
{
10-
public function register(Panel $panel): void
11-
{
12-
parent::register($panel);
13-
}
9+
//
1410
}

0 commit comments

Comments
 (0)