Generators icon indicating copy to clipboard operation
Generators copied to clipboard

[improvement] refactor the way we validate that file is a model

Open pxpm opened this issue 3 years ago • 0 comments

at the moment we check if the string use Illuminate\Database\Eloquent\Model and extends Model. If you use extends \lluminate\Database\Eloquent\Model it would not be detected as a model.

pxpm avatar Apr 29 '22 09:04 pxpm