From e5ff6871c2601b84f054935296ee4ad834ddd24a Mon Sep 17 00:00:00 2001 From: Richard Whitehouse Date: Fri, 4 Feb 2011 18:38:27 +0000 Subject: [PATCH] Missing brace --- index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.php b/index.php index 1dc5477..498eb50 100644 --- a/index.php +++ b/index.php @@ -224,6 +224,8 @@ class Ticket { return $ticket; } +} + class Purchase { private $id; -- 2.34.1