Skip to content

Commit 5238453

Browse files
committed
Remove unused method.
1 parent 585aed1 commit 5238453

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/Hal/Application/Config/File/ConfigFileReaderJson.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -122,16 +122,4 @@ protected function parseJson($jsonData, Config $config)
122122
}
123123
}
124124
}
125-
126-
/**
127-
* @return string
128-
*/
129-
private function resolvePath($path)
130-
{
131-
if (DIRECTORY_SEPARATOR !== $path[0]) {
132-
$path = dirname($this->filename) . DIRECTORY_SEPARATOR . $path;
133-
}
134-
135-
return $path;
136-
}
137125
}

0 commit comments

Comments
 (0)