Order dashboard systems by name
This commit is contained in:
@@ -70,7 +70,8 @@ class User extends Authenticatable implements MustVerifyEmail
|
||||
|
||||
public function systems()
|
||||
{
|
||||
return $this->belongsToMany(System::class);
|
||||
return $this->belongsToMany(System::class)
|
||||
->orderBy('name');
|
||||
}
|
||||
|
||||
/* GENERAL METHODS */
|
||||
|
Reference in New Issue
Block a user