Skip to content

Commit dd73e16

Browse files
committed
fix: LAR-0189 fix format file style
1 parent 22af1bf commit dd73e16

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

stubs/app-modules/app/Plugin.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
/*
46
<COPYRIGHT>
57
@@ -39,7 +41,7 @@
3941
use Filament\Contracts\Plugin;
4042
use Filament\Panel;
4143

42-
class StubComposerNamePlugin implements Plugin
44+
final class StubComposerNamePlugin implements Plugin
4345
{
4446
public function getId(): string
4547
{
@@ -49,7 +51,7 @@ public function getId(): string
4951
public function register(Panel $panel): void
5052
{
5153
$panel->discoverResources(
52-
in: __DIR__ . '/Filament/Resources',
54+
in: __DIR__.'/Filament/Resources',
5355
for: 'Laravelcm\\StubComposerName\\Filament\\Resources'
5456
);
5557
}

0 commit comments

Comments
 (0)