diff --git a/src/Brand.php b/src/Brand.php index cd80697..58c623e 100755 --- a/src/Brand.php +++ b/src/Brand.php @@ -2,6 +2,4 @@ namespace AdminKit\Brand; -class Brand -{ -} +class Brand {} diff --git a/src/FilamentPlugin.php b/src/FilamentPlugin.php index 9018318..04e9a71 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/UI/API/Data/BrandData.php b/src/UI/API/Data/BrandData.php index 24a33b9..d7931dd 100644 --- a/src/UI/API/Data/BrandData.php +++ b/src/UI/API/Data/BrandData.php @@ -16,8 +16,7 @@ class BrandData extends Data public function __construct( public string $siteName, public string $siteLogo, - ) { - } + ) {} public static function fromModel(Brand $brand): self {