Skip to content

Commit 84e58a3

Browse files
committed
update: joelbutcher discontinued
1 parent 7d3cd63 commit 84e58a3

File tree

9 files changed

+97
-567
lines changed

9 files changed

+97
-567
lines changed

app/Filament/Admin/Resources/Users/Schemas/UserForm.php

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -79,25 +79,6 @@ public static function configure(Schema $schema): Schema
7979
]),
8080
]),
8181

82-
Tab::make('Account Settings')
83-
->schema([
84-
Section::make('Account Status')
85-
->description('Manage account verification and security settings')
86-
->columns(2)
87-
->schema([
88-
DateTimePicker::make('email_verified_at')
89-
->label('Email Verified At')
90-
->placeholder('Not verified')
91-
->helperText('Mark as verified to enable full account access')
92-
->native(false),
93-
94-
TextInput::make('current_team_id')
95-
->label('Current Team ID')
96-
->numeric()
97-
->placeholder('Default team')
98-
->helperText('The user\'s active team context'),
99-
]),
100-
]),
10182
]),
10283
]);
10384
}

app/Models/User.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
class User extends Authenticatable implements HasDefaultTenant, HasTenants, FilamentUser
2626
{
2727
use HasApiTokens;
28-
use HasConnectedAccounts;
28+
// use HasConnectedAccounts;
2929
use HasRoles;
3030
use HasFactory;
3131
use HasProfilePhoto {
3232
HasProfilePhoto::profilePhotoUrl as getPhotoUrl;
3333
}
3434
use Notifiable;
35-
use SetsProfilePhotoFromUrl;
35+
// use SetsProfilePhotoFromUrl;
3636
use TwoFactorAuthenticatable;
3737
use HasTeams;
3838

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"filament/spatie-laravel-settings-plugin": "^5.0",
1515
"guzzlehttp/guzzle": "^7.8",
1616
"internachi/modular": "^3.0",
17-
"joelbutcher/socialstream": "^6.0",
1817
"laravel/framework": "^12.0",
1918
"laravel/jetstream": "^5.1",
2019
"laravel/octane": "^2.3",

0 commit comments

Comments
 (0)