Skip to content

Commit 9663341

Browse files
committed
Merge branch 'dev' of https://github.com/nasirkhan/laravel-starter into dev
2 parents b63be52 + aaf2a91 commit 9663341

File tree

6 files changed

+18
-6
lines changed

6 files changed

+18
-6
lines changed

app/Listeners/Auth/UpdateLoginData.php

Lines changed: 3 additions & 1 deletion
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

Lines changed: 3 additions & 1 deletion
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

Lines changed: 3 additions & 1 deletion
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

Lines changed: 3 additions & 1 deletion
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

Lines changed: 3 additions & 1 deletion
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

Lines changed: 3 additions & 1 deletion
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)