mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
spotlight ability to search users with 'u ' keyword
This commit is contained in:
@@ -134,7 +134,7 @@ class User extends Authenticatable implements MustVerifyEmail
|
||||
|
||||
public function settings(): HasOne
|
||||
{
|
||||
return $this->hasOne(UserSettings::class);
|
||||
return $this->hasOne(UserSetting::class);
|
||||
}
|
||||
|
||||
public function limitations(): HasOne
|
||||
|
||||
Reference in New Issue
Block a user