diff --git a/src/Services/ProfileService.php b/src/Services/ProfileService.php index cc6cc20..b9e6a38 100644 --- a/src/Services/ProfileService.php +++ b/src/Services/ProfileService.php @@ -19,8 +19,7 @@ class ProfileService */ public function __construct( private readonly ProfileRepository $profileRepository - ) - { + ) { } public function create(string|int $userId, array $inputs = [])