Replace Laravel binder with own binder. This will save in queries and increase security.

This commit is contained in:
James Cole
2017-12-25 08:45:23 +01:00
parent 96ccce5db3
commit bf390b65d9
37 changed files with 1671 additions and 142 deletions

View File

@@ -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)
{