mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 00:04:24 +00:00
Replace Laravel binder with own binder. This will save in queries and increase security.
This commit is contained in:
@@ -49,6 +49,7 @@ class TransactionJournalMeta extends Model
|
||||
protected $table = 'journal_meta';
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
* @param $value
|
||||
*
|
||||
* @return mixed
|
||||
@@ -59,6 +60,7 @@ class TransactionJournalMeta extends Model
|
||||
}
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
* @param $value
|
||||
*/
|
||||
public function setDataAttribute($value)
|
||||
@@ -69,6 +71,7 @@ class TransactionJournalMeta extends Model
|
||||
}
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
* @return \Illuminate\Database\Eloquent\Relations\BelongsTo
|
||||
*/
|
||||
public function transactionJournal(): BelongsTo
|
||||
|
Reference in New Issue
Block a user