mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +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 AccountMeta extends Model
|
||||
|
||||
/**
|
||||
* @return BelongsTo
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
public function account(): BelongsTo
|
||||
{
|
||||
@@ -58,6 +59,7 @@ class AccountMeta extends Model
|
||||
/**
|
||||
* @param $value
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
* @return mixed
|
||||
*/
|
||||
public function getDataAttribute($value)
|
||||
@@ -67,6 +69,7 @@ class AccountMeta extends Model
|
||||
|
||||
/**
|
||||
* @param $value
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
public function setDataAttribute($value)
|
||||
{
|
||||
|
Reference in New Issue
Block a user