Start your All-Access Pass to unlock this challenge
If, in our AppFixtures, we added the following:
AppFixtures
StarshipFactory::createOne([ 'name' => 'Cheesecake Factory', ]);
What would the created Starship look like?
Starship
It's $name property would be Cheesecake Factory but all other properties would be random.
$name
Cheesecake Factory
All properties would be random.
You'd get an exception because properties are missing.