mirror of
https://github.com/filamentphp/plugin-skeleton.git
synced 2025-12-06 13:38:53 +08:00
Fix styling
This commit is contained in:
committed by
github-actions[bot]
parent
82a47000ad
commit
7af7a62867
@@ -2,6 +2,4 @@
|
|||||||
|
|
||||||
namespace VendorName\Skeleton;
|
namespace VendorName\Skeleton;
|
||||||
|
|
||||||
class Skeleton
|
class Skeleton {}
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -58,9 +58,7 @@ class SkeletonServiceProvider extends PackageServiceProvider
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public function packageRegistered(): void
|
public function packageRegistered(): void {}
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
public function packageBooted(): void
|
public function packageBooted(): void
|
||||||
{
|
{
|
||||||
@@ -88,7 +86,7 @@ class SkeletonServiceProvider extends PackageServiceProvider
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Testing
|
// Testing
|
||||||
Testable::mixin(new TestsSkeleton());
|
Testable::mixin(new TestsSkeleton);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function getAssetPackageName(): ?string
|
protected function getAssetPackageName(): ?string
|
||||||
|
|||||||
Reference in New Issue
Block a user