mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-11 15:34:50 +00:00
Pint
This commit is contained in:
@@ -121,7 +121,7 @@ class User extends Authenticatable implements HasMedia
|
||||
|
||||
public function creator(): BelongsTo
|
||||
{
|
||||
return $this->belongsTo(\App\Models\User::class, 'creator_id');
|
||||
return $this->belongsTo(User::class, 'creator_id');
|
||||
}
|
||||
|
||||
public function companies(): BelongsToMany
|
||||
|
||||
Reference in New Issue
Block a user