Skip to content

Commit

Permalink
Get method is static, add static keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Jul 24, 2014
1 parent 2d4eb44 commit 1ece19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Path.php
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1ece19a

Please sign in to comment.