mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-02-01 17:47:21 +00:00
148 - Viewing an Unused Invitation
This commit is contained in:
@@ -78,3 +78,7 @@ $factory->define(App\Order::class, function (Faker\Generator $faker) {
|
||||
'card_last_four' => '1234',
|
||||
];
|
||||
});
|
||||
|
||||
$factory->define(App\Invitation::class, function (Faker\Generator $faker) {
|
||||
return [];
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user