mirror of
https://github.com/filamentphp/plugin-skeleton.git
synced 2026-08-08 19:59:52 +08:00
remove double names in plugin and theme objects
This commit is contained in:
@@ -12,7 +12,7 @@ class Skeleton implements Plugin
|
||||
{
|
||||
public function getId(): string
|
||||
{
|
||||
return 'skeleton-theme';
|
||||
return 'skeleton';
|
||||
}
|
||||
|
||||
public function register(Panel $panel): void
|
||||
|
||||
Reference in New Issue
Block a user