Skip to content

Commit 35aa3c6

Browse files
committed
run pint
1 parent 6a8783b commit 35aa3c6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

snowflakes/src/Providers/SnowflakesPluginProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function boot(): void
4141
'opacity' => $opacity,
4242
'density' => $density,
4343
'quality' => $quality,
44-
])
44+
])
4545
);
4646
}
4747
}

snowflakes/src/SnowflakesPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
namespace Boy132\Snowflakes;
44

55
use App\Contracts\Plugins\HasPluginSettings;
6+
use App\Traits\EnvironmentWriterTrait;
67
use Filament\Contracts\Plugin;
78
use Filament\Forms\Components\Slider;
89
use Filament\Forms\Components\Toggle;
910
use Filament\Notifications\Notification;
1011
use Filament\Panel;
1112
use Filament\Schemas\Components\Group;
12-
use App\Traits\EnvironmentWriterTrait;
1313

1414
class SnowflakesPlugin implements HasPluginSettings, Plugin
1515
{

0 commit comments

Comments
 (0)