diff --git a/src/FilamentPlugin.php b/src/FilamentPlugin.php index b8a90c4..f844657 100644 --- a/src/FilamentPlugin.php +++ b/src/FilamentPlugin.php @@ -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 { diff --git a/src/Reviews.php b/src/Reviews.php index f518d67..1c319ae 100755 --- a/src/Reviews.php +++ b/src/Reviews.php @@ -2,6 +2,4 @@ namespace AdminKit\Reviews; -class Reviews -{ -} +class Reviews {} diff --git a/src/UI/API/Data/ReviewData.php b/src/UI/API/Data/ReviewData.php index be47802..7fc1132 100644 --- a/src/UI/API/Data/ReviewData.php +++ b/src/UI/API/Data/ReviewData.php @@ -15,8 +15,7 @@ public function __construct( public string $author, public string $bio, public string $photo, - ) { - } + ) {} public static function fromModel(Review $review): ReviewData {