Skip to content

Commit 95562ae

Browse files
enzolutionsjmolivas
authored andcommitted
enabling getSitesDirectory as public (hechoendrupal#29)
1 parent d6bc348 commit 95562ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Utils/ConfigurationManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public function getApplicationDirectory()
136136
*
137137
* @return string
138138
*/
139-
private function getSitesDirectory()
139+
public function getSitesDirectory()
140140
{
141141
return sprintf(
142142
'%s%s.console%ssites',

0 commit comments

Comments
 (0)