mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-12 07:47:21 +00:00
Pint
This commit is contained in:
@@ -65,7 +65,7 @@ class Expense extends Model implements HasMedia
|
||||
|
||||
public function creator(): BelongsTo
|
||||
{
|
||||
return $this->belongsTo(\App\Models\User::class, 'creator_id');
|
||||
return $this->belongsTo(User::class, 'creator_id');
|
||||
}
|
||||
|
||||
public function getFormattedExpenseDateAttribute($value)
|
||||
|
||||
Reference in New Issue
Block a user