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 09c4a83 commit 3924705
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
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
4 changes: 1 addition & 3 deletions src/Reviews.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

namespace AdminKit\Reviews;

class Reviews
{
}
class Reviews {}
3 changes: 1 addition & 2 deletions src/UI/API/Data/ReviewData.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ public function __construct(
public string $author,
public string $bio,
public string $photo,
) {
}
) {}

public static function fromModel(Review $review): ReviewData
{
Expand Down

0 comments on commit 3924705

Please sign in to comment.