Skip to content

Commit 8f9ed6e

Browse files
mhortulanusgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 9cb715a commit 8f9ed6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Eloquent/Models/UserNotificationPreference.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace Backstage\Laravel\Users\Eloquent\Models;
44

5-
use Illuminate\Database\Eloquent\Model;
65
use Backstage\Laravel\Users\Enums\NotificationType;
6+
use Illuminate\Database\Eloquent\Model;
77
use Illuminate\Database\Eloquent\Relations\BelongsTo;
88

99
class UserNotificationPreference extends Model

0 commit comments

Comments
 (0)