Skip to content

Commit dcaeee6

Browse files
chrysanthosgithub-actions[bot]
authored andcommitted
formatting
1 parent a6204c4 commit dcaeee6

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

src/LaravelOtp.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22

33
namespace Chrysanthos\LaravelOtp;
44

5-
class LaravelOtp
6-
{
7-
}
5+
class LaravelOtp {}

src/Notifications/SendOtpToUserNotification.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ class SendOtpToUserNotification extends Notification
1414
*
1515
* @return void
1616
*/
17-
public function __construct(protected int $otp)
18-
{
19-
}
17+
public function __construct(protected int $otp) {}
2018

2119
/**
2220
* Get the notification's delivery channels.

tests/User.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@
44

55
use Illuminate\Database\Eloquent\Model;
66

7-
class User extends Model
8-
{
9-
}
7+
class User extends Model {}

0 commit comments

Comments
 (0)