mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-26 03:04:05 +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',
|
||||
];
|
||||
});
|
||||
|
||||
@@ -18,7 +18,7 @@ class CreateOrdersTable extends Migration
|
||||
$table->string('confirmation_number');
|
||||
$table->integer('amount');
|
||||
$table->string('email');
|
||||
$table->string('card_last_four')->nullable();
|
||||
$table->string('card_last_four');
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user