$this->faker->catchPhrase, ]; } public function mobile() { return $this->state(function () { return [ 'name' => 'Mobile Devices', ]; }); } public function computer() { return $this->state(function () { return [ 'name' => 'Laptops and Desktops', ]; }); } }