Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
inmanturbo authored and actions-user committed Jul 6, 2021
1 parent a74db60 commit 2fa4de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Turbine/Auth/Models/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
use Laravel\Fortify\TwoFactorAuthenticatable;
use Laravel\Jetstream\HasProfilePhoto;
use Laravel\Passport\HasApiTokens;
use Turbine\Menus\Concerns\HasMenuItems;
use Spatie\Permission\Traits\HasRoles;
use Turbine\Auth\Concerns\GetsAuthConnection;
use Turbine\Auth\Concerns\HasPermissionsLabel;
Expand All @@ -24,6 +23,7 @@
use Turbine\Concerns\CachesQueries;
use Turbine\Concerns\HasChildren;
use Turbine\Concerns\HasUuid;
use Turbine\Menus\Concerns\HasMenuItems;
use Wildside\Userstamps\Userstamps;

class User extends Authenticatable
Expand Down

0 comments on commit 2fa4de9

Please sign in to comment.