From 27fbfcf27f4f2276fd143cf8645dfc0e2b9748a6 Mon Sep 17 00:00:00 2001 From: hafijul233 Date: Wed, 15 Nov 2023 19:34:54 +0000 Subject: [PATCH] Fix styling --- src/Services/ProfileService.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 = [])