Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysanthos authored and github-actions[bot] committed Jul 12, 2024
1 parent a6204c4 commit dcaeee6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions src/LaravelOtp.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

namespace Chrysanthos\LaravelOtp;

class LaravelOtp
{
}
class LaravelOtp {}
4 changes: 1 addition & 3 deletions src/Notifications/SendOtpToUserNotification.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ class SendOtpToUserNotification extends Notification
*
* @return void
*/
public function __construct(protected int $otp)
{
}
public function __construct(protected int $otp) {}

/**
* Get the notification's delivery channels.
Expand Down
4 changes: 1 addition & 3 deletions tests/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@

use Illuminate\Database\Eloquent\Model;

class User extends Model
{
}
class User extends Model {}

0 comments on commit dcaeee6

Please sign in to comment.