mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-31 08:46:50 +00:00
86 - Deleting More Stale Code
This commit is contained in:
@@ -71,5 +71,7 @@ $factory->define(App\Order::class, function (Faker\Generator $faker) {
|
||||
return [
|
||||
'amount' => 5250,
|
||||
'email' => 'somebody@example.com',
|
||||
'confirmation_number' => 'ORDERCONFIRMATION1234',
|
||||
'card_last_four' => '1234',
|
||||
];
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user