78 - Updating Our Unit Tests

This commit is contained in:
Adam Wathan
2017-03-13 12:40:18 -04:00
parent bf0cba1f77
commit 16a4234d0f
2 changed files with 8 additions and 2 deletions

View File

@@ -46,6 +46,7 @@ class Order extends Model
public function toArray()
{
return [
'confirmation_number' => $this->confirmation_number,
'email' => $this->email,
'ticket_quantity' => $this->ticketQuantity(),
'amount' => $this->amount,