mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-06-02 00:04:43 +00:00
frontend update
This commit is contained in:
@@ -191,4 +191,14 @@ class User extends Authenticatable
|
||||
|
||||
return $this->hasOne(UserSettings::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get user invoices
|
||||
*
|
||||
* @return \Illuminate\Database\Eloquent\Relations\HasOne
|
||||
*/
|
||||
public function invoices() {
|
||||
|
||||
return $this->hasMany(Invoice::class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user