Open
Description
Feature Description
When creating a Eloquent Model with a Factory, the output is like:
class Customer extends Model
{
use HasFactory;
}
Currently, Laravel appends the Factory generics to the docblock, like (see laravel/framework#52855):
Same goes for the factories:
Can we also apply those to the generated files?