Skip to content
Snippets Groups Projects
Commit 9e4d1385 authored by Thomas Tanghus's avatar Thomas Tanghus
Browse files

Fix syntax error

parent d5126dd6
Branches
No related tags found
No related merge requests found
......@@ -113,7 +113,6 @@ class Server extends SimpleContainer implements IServerContainer {
$folder = $root->get($dir);
}
return $folder;
}
/**
......@@ -132,6 +131,7 @@ class Server extends SimpleContainer implements IServerContainer {
$folder = $root->get($dir);
}
return $folder;
}
/**
* Returns an ICache instance
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment