name: HasFactory class_comment: null dependencies: [] properties: [] methods: - name: factory visibility: public parameters: - name: count default: 'null' - name: state default: '[]' comment: '# * @template TFactory of \Illuminate\Database\Eloquent\Factories\Factory # */ # trait HasFactory # { # /** # * Get a new factory instance for the model. # * # * @param (callable(array, static|null): array)|array|int|null $count # * @param (callable(array, static|null): array)|array $state # * @return TFactory' - name: newFactory visibility: protected parameters: [] comment: '# * Create a new factory instance for the model. # * # * @return TFactory|null' traits: [] interfaces: []