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 82a4700 commit 7af7a62Copy full SHA for 7af7a62
src/Skeleton.php
@@ -2,6 +2,4 @@
2
3
namespace VendorName\Skeleton;
4
5
-class Skeleton
6
-{
7
-}
+class Skeleton {}
src/SkeletonServiceProvider.php
@@ -58,9 +58,7 @@ public function configurePackage(Package $package): void
58
}
59
60
61
- public function packageRegistered(): void
62
- {
63
- }
+ public function packageRegistered(): void {}
64
65
public function packageBooted(): void
66
{
@@ -88,7 +86,7 @@ public function packageBooted(): void
88
86
89
87
90
// Testing
91
- Testable::mixin(new TestsSkeleton());
+ Testable::mixin(new TestsSkeleton);
92
93
94
protected function getAssetPackageName(): ?string
0 commit comments