We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89969d6 commit e997676Copy full SHA for e997676
src/SkeletonPlugin.php
@@ -7,11 +7,9 @@
7
8
class SkeletonPlugin implements Plugin
9
{
10
- protected static string $name = 'skeleton-plugin';
11
-
12
public function getId(): string
13
14
- return static::$name;
+ return 'skeleton';
15
}
16
17
public function register(Panel $panel): void
src/SkeletonTheme.php
@@ -12,7 +12,7 @@ class Skeleton implements Plugin
- return 'skeleton-theme';
18
0 commit comments