mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +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