mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 14:12:15 +00:00
Clean up code and comments.
This commit is contained in:
@@ -79,7 +79,6 @@ class TransactionJournalMeta extends Model
|
||||
protected $table = 'journal_meta';
|
||||
|
||||
/**
|
||||
|
||||
*
|
||||
* @param mixed $value
|
||||
*
|
||||
@@ -91,7 +90,6 @@ class TransactionJournalMeta extends Model
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
*
|
||||
* @param mixed $value
|
||||
*/
|
||||
@@ -103,7 +101,6 @@ class TransactionJournalMeta extends Model
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
* @return BelongsTo
|
||||
*/
|
||||
public function transactionJournal(): BelongsTo
|
||||
|
||||
Reference in New Issue
Block a user