remove: slugs

This commit is contained in:
Roardom
2023-01-06 15:29:59 -06:00
parent 0b334015a3
commit 54220dcfc8
50 changed files with 105 additions and 1362 deletions
-8
View File
@@ -519,14 +519,6 @@ class User extends Authenticatable
return $this->hasMany(PersonalFreeleech::class);
}
/**
* Get the Users username as slug.
*/
public function getSlugAttribute(): string
{
return Str::slug($this->username);
}
/**
* Get the Users accepts notification as bool.
*/