diff --git a/app/Listeners/Auth/UpdateLoginData.php b/app/Listeners/Auth/UpdateLoginData.php index ae03acdfd4e5e2dee822767ed8e4ad65746ae4e2..ff1f63cad3f42f3ef93d0bd18afe56a0dd24bb24 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 d609d8874bf734740f176eba928d51bc0960c762..1e9551984fd59d53844d6586c57edf7e00c19cce 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 8a89a082536734c1822c20ff0bb147aa356f2b75..81624fb3dc3000efc25e27c9a044508769917c4f 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 b622557621bf601dcb9ee4cad28eccc0517ec624..e0f00126c27080fc7557cfae0d0836a39dfade9d 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 01c5143e0aa20494fb4f9252ad3c9ab4251b8fb0..e7e31b62af8da14c530b526d33038ee0c162611e 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 86522e5432345cf380c566a5455b1ac8223a874c..f33400b49fbe2f091d588982c4b507b4e6f8815e 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.