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 a1fdfab commit 8cae413Copy full SHA for 8cae413
1 file changed
src/SkeletonPlugin.php
@@ -29,6 +29,9 @@ public static function make(): static
29
30
public static function get(): static
31
{
32
- return filament(app(static::class)->getId());
+ /** @var static $plugin */
33
+ $plugin = filament(app(static::class)->getId());
34
+
35
+ return $plugin;
36
}
37
0 commit comments