Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ast21 authored and github-actions[bot] committed Jul 5, 2024
1 parent 0ad2aab commit ab13880
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
4 changes: 1 addition & 3 deletions src/Brand.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

namespace AdminKit\Brand;

class Brand
{
}
class Brand {}
4 changes: 1 addition & 3 deletions src/FilamentPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ public function register(Panel $panel): void
]);
}

public function boot(Panel $panel): void
{
}
public function boot(Panel $panel): void {}

public static function make(): static
{
Expand Down
3 changes: 1 addition & 2 deletions src/UI/API/Data/BrandData.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ class BrandData extends Data
public function __construct(
public string $siteName,
public string $siteLogo,
) {
}
) {}

public static function fromModel(Brand $brand): self
{
Expand Down

0 comments on commit ab13880

Please sign in to comment.