Skip to content

Commit

Permalink
Apply style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pxlrbt authored and github-actions[bot] committed Sep 22, 2023
1 parent 7e6102c commit 8942ad3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions src/EnvironmentIndicatorPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ class EnvironmentIndicatorPlugin implements Plugin
{
use EvaluatesClosures;

public bool | Closure | null $visible = null;
public bool | Closure | null $showBadge = null;
public bool | Closure | null $showBorder = null;
public bool|Closure|null $visible = null;

public array | Closure | null $color = null;
public bool|Closure|null $showBadge = null;

public bool|Closure|null $showBorder = null;

public array|Closure|null $color = null;

public static function make(): static
{
Expand Down
2 changes: 1 addition & 1 deletion src/FilamentEnvironmentIndicatorServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace pxlrbt\FilamentEnvironmentIndicator;

use Spatie\LaravelPackageTools\PackageServiceProvider;
use Spatie\LaravelPackageTools\Package;
use Spatie\LaravelPackageTools\PackageServiceProvider;

class FilamentEnvironmentIndicatorServiceProvider extends PackageServiceProvider
{
Expand Down

0 comments on commit 8942ad3

Please sign in to comment.