mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-26 11:14:06 +00:00
69 - Sketching Out Order Confirmations
This commit is contained in:
@@ -66,3 +66,10 @@ $factory->state(App\Ticket::class, 'reserved', function ($faker) {
|
||||
'reserved_at' => Carbon::now(),
|
||||
];
|
||||
});
|
||||
|
||||
$factory->define(App\Order::class, function (Faker\Generator $faker) {
|
||||
return [
|
||||
'amount' => 5250,
|
||||
'email' => 'somebody@example.com',
|
||||
];
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user