mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 06:01:21 +00:00
Clean up code and comments.
This commit is contained in:
@@ -108,7 +108,6 @@ class TransactionCurrency extends Model
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
* @return HasMany
|
||||
*/
|
||||
public function budgetLimits(): HasMany
|
||||
@@ -117,7 +116,6 @@ class TransactionCurrency extends Model
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
* @return HasMany
|
||||
*/
|
||||
public function transactionJournals(): HasMany
|
||||
@@ -126,7 +124,6 @@ class TransactionCurrency extends Model
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
* @return HasMany
|
||||
*/
|
||||
public function transactions(): HasMany
|
||||
|
||||
Reference in New Issue
Block a user