From 1ece19a4a3fd0e48502e04c63fab333f52e10a4f Mon Sep 17 00:00:00 2001 From: Greg Bowler Date: Thu, 24 Jul 2014 13:10:10 +0100 Subject: [PATCH] Get method is static, add static keyword --- src/Core/Path.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/Path.php b/src/Core/Path.php index 5dd472c9..6ae95ccc 100644 --- a/src/Core/Path.php +++ b/src/Core/Path.php @@ -26,7 +26,7 @@ class Path { const WWW = "WWW"; const GTROOT = "GTROOT"; -public function get($name) { +public static function get($name) { switch($name) { case self::DATABASE: