You've already forked Epicnabbo-Catalogus-Updated-Daily
🆙 More fixes 🆙
This commit is contained in:
@@ -72,7 +72,6 @@ use App\Models\ChatlogPrivate;
|
||||
*/
|
||||
class User extends Authenticatable implements FilamentUser, HasName
|
||||
{
|
||||
/** @use HasFactory<\Database\Factories\UserFactory> */
|
||||
use HasApiTokens, HasFactory, LogsActivity, Notifiable, TwoFactorAuthenticatable;
|
||||
|
||||
public $timestamps = false;
|
||||
@@ -311,6 +310,11 @@ class User extends Authenticatable implements FilamentUser, HasName
|
||||
return $this->hasMany(CameraWeb::class);
|
||||
}
|
||||
|
||||
protected static function newFactory(): \Database\Factories\UserFactory
|
||||
{
|
||||
return \Database\Factories\UserFactory::new();
|
||||
}
|
||||
|
||||
/**
|
||||
* @return HasMany<WebsiteUserGuestbook, $this>
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user