Closed nilsapruzzese closed 2 years ago
I suggest that we add a Factory Command like beyond:make:factory, with the protected $model = X:class. In the final analysis we need this for every Factory which we create, otherwise the Factory wont work.
beyond:make:factory
protected $model = X:class
You'd like to support us with a PR?
This will be implemented in 3.0.0
I suggest that we add a Factory Command like
beyond:make:factory
, with theprotected $model = X:class
. In the final analysis we need this for every Factory which we create, otherwise the Factory wont work.