Skip to content

Commit 5f1e0e7

Browse files
committed
Merge branch 'laravel-12' of https://github.com/nasirkhan/laravel-starter into laravel-12
2 parents b4e3d6c + 2f7df4c commit 5f1e0e7

File tree

6 files changed

+18
-6
lines changed

6 files changed

+18
-6
lines changed

app/Listeners/Auth/UpdateLoginData.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ class UpdateLoginData
1212
*
1313
* @return void
1414
*/
15-
public function __construct() {}
15+
public function __construct()
16+
{
17+
}
1618

1719
/**
1820
* Handle the event.

app/Listeners/Backend/UserCreated/UserCreatedNotifySuperUser.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ class UserCreatedNotifySuperUser implements ShouldQueue
1212
*
1313
* @return void
1414
*/
15-
public function __construct() {}
15+
public function __construct()
16+
{
17+
}
1618

1719
/**
1820
* Handle the event.

app/Listeners/Backend/UserUpdated/UserUpdatedNotifyUser.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ class UserUpdatedNotifyUser implements ShouldQueue
1212
*
1313
* @return void
1414
*/
15-
public function __construct() {}
15+
public function __construct()
16+
{
17+
}
1618

1719
/**
1820
* Handle the event.

app/Listeners/Frontend/UserRegistered/EmailNotificationOnUserRegistered.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ class EmailNotificationOnUserRegistered implements ShouldQueue
1515
*
1616
* @return void
1717
*/
18-
public function __construct() {}
18+
public function __construct()
19+
{
20+
}
1921

2022
/**
2123
* Handle the event.

app/Listeners/Frontend/UserUpdated/UserUpdatedNotifyUser.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ class UserUpdatedNotifyUser implements ShouldQueue
1212
*
1313
* @return void
1414
*/
15-
public function __construct() {}
15+
public function __construct()
16+
{
17+
}
1618

1719
/**
1820
* Handle the event.

app/Listeners/Frontend/UserUpdated/UserUpdatedProfileUpdate.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ class UserUpdatedProfileUpdate implements ShouldQueue
1212
*
1313
* @return void
1414
*/
15-
public function __construct() {}
15+
public function __construct()
16+
{
17+
}
1618

1719
/**
1820
* Handle the event.

0 commit comments

Comments
 (0)