adding with property to Laravel model
This commit is contained in:
parent
e2721c6f7d
commit
6c15670077
@ -35,6 +35,9 @@ protected \$dates = [];
|
|||||||
/** @var array<int,string> */
|
/** @var array<int,string> */
|
||||||
protected \$appends = [];
|
protected \$appends = [];
|
||||||
|
|
||||||
|
/** @var array<int,string> */
|
||||||
|
protected \$with = [];
|
||||||
|
|
||||||
/** @var array<int,string> */
|
/** @var array<int,string> */
|
||||||
protected \$touches = [];
|
protected \$touches = [];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user