From dcaeee6f4a49bbf208f8f8137689cf412975dfc0 Mon Sep 17 00:00:00 2001 From: chrysanthos Date: Fri, 12 Jul 2024 06:46:06 +0000 Subject: [PATCH] formatting --- src/LaravelOtp.php | 4 +--- src/Notifications/SendOtpToUserNotification.php | 4 +--- tests/User.php | 4 +--- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/src/LaravelOtp.php b/src/LaravelOtp.php index 3eeefee..30f94e7 100755 --- a/src/LaravelOtp.php +++ b/src/LaravelOtp.php @@ -2,6 +2,4 @@ namespace Chrysanthos\LaravelOtp; -class LaravelOtp -{ -} +class LaravelOtp {} diff --git a/src/Notifications/SendOtpToUserNotification.php b/src/Notifications/SendOtpToUserNotification.php index 52508ff..9fd186b 100644 --- a/src/Notifications/SendOtpToUserNotification.php +++ b/src/Notifications/SendOtpToUserNotification.php @@ -14,9 +14,7 @@ class SendOtpToUserNotification extends Notification * * @return void */ - public function __construct(protected int $otp) - { - } + public function __construct(protected int $otp) {} /** * Get the notification's delivery channels. diff --git a/tests/User.php b/tests/User.php index 62f0e2a..33d42aa 100644 --- a/tests/User.php +++ b/tests/User.php @@ -4,6 +4,4 @@ use Illuminate\Database\Eloquent\Model; -class User extends Model -{ -} +class User extends Model {}