Skip to content

Commit a47e2be

Browse files
jbrooksukgithub-actions[bot]
authored andcommitted
Fix code styling
1 parent b4a9aba commit a47e2be

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/Models/User.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
class User extends Authenticatable implements CachetUser, HasLocalePreference, MustVerifyEmail
2525
{
2626
/** @use HasFactory<\Cachet\Database\Factories\UserFactory> */
27-
use HasApiTokens, HasFactory, Notifiable, MustVerifyEmailTrait;
27+
use HasApiTokens, HasFactory, MustVerifyEmailTrait, Notifiable;
2828

2929
/**
3030
* The attributes that are mass assignable.

src/PendingRouteRegistration.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace Cachet;
44

5-
use Cachet\Http\Controllers\Auth\EmailVerificationPromptController;
65
use Cachet\Http\Controllers\Auth\VerifyEmailController;
76
use Cachet\Http\Controllers\HealthController;
87
use Cachet\Http\Controllers\RssController;
@@ -57,7 +56,6 @@ private function registerEmailVerificationRoutes(): void
5756
});
5857
}
5958

60-
6159
/**
6260
* Handle the object's destruction.
6361
*

0 commit comments

Comments
 (0)