From 31759cb3b3090c1b9d68ac54f2d2622584003563 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 15 Dec 2008 08:37:09 +0000 Subject: Delete trunk/kohana and trunk/modules/unit_test in preparation to refresh them properly from the vendor branch. --- kohana/libraries/Model.php | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 kohana/libraries/Model.php (limited to 'kohana/libraries/Model.php') diff --git a/kohana/libraries/Model.php b/kohana/libraries/Model.php deleted file mode 100644 index d6130896..00000000 --- a/kohana/libraries/Model.php +++ /dev/null @@ -1,30 +0,0 @@ -db)) - { - // Load the default database - $this->db = Database::instance('default'); - } - } - -} // End Model \ No newline at end of file -- cgit v1.2.3