From 583b5b9aa1a64f611f36239b6ecb3ef511e585cb Mon Sep 17 00:00:00 2001 From: Richard Whitehouse Date: Fri, 4 Feb 2011 18:37:53 +0000 Subject: [PATCH] Missing brace --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index aa94527..1dc5477 100644 --- a/index.php +++ b/index.php @@ -244,6 +244,7 @@ class Purchase { } +} class Order { -- 2.34.1