Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/nasirkhan/laravel-starter in…
Browse files Browse the repository at this point in the history
…to dev
  • Loading branch information
nasirkhan committed Sep 3, 2024
2 parents b63be52 + aaf2a91 commit 9663341
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 9663341

Please sign in to comment.