diff --git a/app/Listeners/Auth/UpdateLoginData.php b/app/Listeners/Auth/UpdateLoginData.php index ae03acdfd..ff1f63cad 100644 --- a/app/Listeners/Auth/UpdateLoginData.php +++ b/app/Listeners/Auth/UpdateLoginData.php @@ -12,7 +12,9 @@ class UpdateLoginData * * @return void */ - public function __construct() {} + public function __construct() + { + } /** * Handle the event. diff --git a/app/Listeners/Backend/UserCreated/UserCreatedNotifySuperUser.php b/app/Listeners/Backend/UserCreated/UserCreatedNotifySuperUser.php index d609d8874..1e9551984 100644 --- a/app/Listeners/Backend/UserCreated/UserCreatedNotifySuperUser.php +++ b/app/Listeners/Backend/UserCreated/UserCreatedNotifySuperUser.php @@ -12,7 +12,9 @@ class UserCreatedNotifySuperUser implements ShouldQueue * * @return void */ - public function __construct() {} + public function __construct() + { + } /** * Handle the event. diff --git a/app/Listeners/Backend/UserUpdated/UserUpdatedNotifyUser.php b/app/Listeners/Backend/UserUpdated/UserUpdatedNotifyUser.php index 8a89a0825..81624fb3d 100644 --- a/app/Listeners/Backend/UserUpdated/UserUpdatedNotifyUser.php +++ b/app/Listeners/Backend/UserUpdated/UserUpdatedNotifyUser.php @@ -12,7 +12,9 @@ class UserUpdatedNotifyUser implements ShouldQueue * * @return void */ - public function __construct() {} + public function __construct() + { + } /** * Handle the event. diff --git a/app/Listeners/Frontend/UserRegistered/EmailNotificationOnUserRegistered.php b/app/Listeners/Frontend/UserRegistered/EmailNotificationOnUserRegistered.php index b62255762..e0f00126c 100644 --- a/app/Listeners/Frontend/UserRegistered/EmailNotificationOnUserRegistered.php +++ b/app/Listeners/Frontend/UserRegistered/EmailNotificationOnUserRegistered.php @@ -15,7 +15,9 @@ class EmailNotificationOnUserRegistered implements ShouldQueue * * @return void */ - public function __construct() {} + public function __construct() + { + } /** * Handle the event. diff --git a/app/Listeners/Frontend/UserUpdated/UserUpdatedNotifyUser.php b/app/Listeners/Frontend/UserUpdated/UserUpdatedNotifyUser.php index 01c5143e0..e7e31b62a 100644 --- a/app/Listeners/Frontend/UserUpdated/UserUpdatedNotifyUser.php +++ b/app/Listeners/Frontend/UserUpdated/UserUpdatedNotifyUser.php @@ -12,7 +12,9 @@ class UserUpdatedNotifyUser implements ShouldQueue * * @return void */ - public function __construct() {} + public function __construct() + { + } /** * Handle the event. diff --git a/app/Listeners/Frontend/UserUpdated/UserUpdatedProfileUpdate.php b/app/Listeners/Frontend/UserUpdated/UserUpdatedProfileUpdate.php index 86522e543..f33400b49 100644 --- a/app/Listeners/Frontend/UserUpdated/UserUpdatedProfileUpdate.php +++ b/app/Listeners/Frontend/UserUpdated/UserUpdatedProfileUpdate.php @@ -12,7 +12,9 @@ class UserUpdatedProfileUpdate implements ShouldQueue * * @return void */ - public function __construct() {} + public function __construct() + { + } /** * Handle the event.