mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-09-07 15:44:10 +00:00
Pint
This commit is contained in:
+1
-1
@@ -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