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

namespace AdminKit\EntryScreens;

class EntryScreens
{
}
class EntryScreens {}
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/DTO/EntryScreenDTO.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ public function __construct(
public string $title,
public string $background,
public ?string $subtitle,
) {
}
) {}

public static function fromModel(EntryScreen $entryScreen): EntryScreenDTO
{
Expand Down

0 comments on commit bfa5a6b

Please sign in to comment.