Trying to wrap my brain around various laravel examples/sites. Lots of testing/trial/error processes.
In a file, the file has
use HasFactory <<<
but I can't find anything yet that explains exactly what this does, why i might need it, can it be removed, etc..
It appears its a testing helper and could be removed.
thanks