Skip to content

Commit

Permalink
Merge pull request #2 from fede91it/patch-2
Browse files Browse the repository at this point in the history
Add missing include in Event.php
  • Loading branch information
akilburge committed Jun 18, 2015
2 parents 23551ed + 903807e commit 496a3c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/resources/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
namespace Viagogo\Resources;

use Viagogo\Hal\Resource;
use DateTime;

/**
*
Expand Down Expand Up @@ -60,4 +61,4 @@ public function getMinTicketPrice() {

return new Money($this->min_ticket_price);
}
}
}

0 comments on commit 496a3c0

Please sign in to comment.