芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/database/factories/EmailLogFactory.php
$this->faker->unique()->safeEmail(), 'to' => $this->faker->unique()->safeEmail(), 'subject' => $this->faker->sentence(), 'body' => $this->faker->text(), 'mailable_type' => $this->faker->randomElement([Invoice::class, Estimate::class, Payment::class]), 'mailable_id' => function (array $log) { return $log['mailable_type']::factory(); }, ]; } }