Fix typo in function name
This commit is contained in:
@@ -32,7 +32,7 @@ class Category extends Model
|
||||
return $this->transactions()->where('type', 'expense');
|
||||
}
|
||||
|
||||
public function income_transacions()
|
||||
public function income_transactions()
|
||||
{
|
||||
return $this->transactions()->where('type', 'income');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user