mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-29 14:59:30 -05:00
remove: slugs
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user