Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Oct 10, 2024
1 parent 33a3049 commit d36be18
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
4 changes: 3 additions & 1 deletion app/Listeners/Auth/UpdateLoginData.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ class UpdateLoginData
*
* @return void
*/
public function __construct() {}
public function __construct()
{
}

/**
* Handle the event.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ class UserCreatedNotifySuperUser implements ShouldQueue
*
* @return void
*/
public function __construct() {}
public function __construct()
{
}

/**
* Handle the event.
Expand Down
4 changes: 3 additions & 1 deletion app/Listeners/Backend/UserUpdated/UserUpdatedNotifyUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ class UserUpdatedNotifyUser implements ShouldQueue
*
* @return void
*/
public function __construct() {}
public function __construct()
{
}

/**
* Handle the event.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ class EmailNotificationOnUserRegistered implements ShouldQueue
*
* @return void
*/
public function __construct() {}
public function __construct()
{
}

/**
* Handle the event.
Expand Down
4 changes: 3 additions & 1 deletion app/Listeners/Frontend/UserUpdated/UserUpdatedNotifyUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ class UserUpdatedNotifyUser implements ShouldQueue
*
* @return void
*/
public function __construct() {}
public function __construct()
{
}

/**
* Handle the event.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ class UserUpdatedProfileUpdate implements ShouldQueue
*
* @return void
*/
public function __construct() {}
public function __construct()
{
}

/**
* Handle the event.
Expand Down

0 comments on commit d36be18

Please sign in to comment.