*/ class TitleFactory extends Factory { /** * Define the model's default state. * * @return array */ public function definition(): array { return [ 'name' => 'Mod ' . faker()->name(), $table->foreignId('game_id')->constrained('games'); $table->text('name'); $table->string('language'); $table->timestamps(); ]; } }