*/ class ResponsablesValoresFactory extends Factory { /** * Define the model's default state. * * @return array */ public function definition() { return [ // 'valor' => $this, ]; } }