@@ -12,7 +12,7 @@ |
||
12 | 12 | |
13 | 13 | public function __construct() |
14 | 14 | { |
15 | - $this->charMap = Yaml::parse(file_get_contents(__DIR__ . '/charmap.yml')); |
|
15 | + $this->charMap = Yaml::parse(file_get_contents(__DIR__.'/charmap.yml')); |
|
16 | 16 | } |
17 | 17 | |
18 | 18 | public function drools($text, $separator = '-') |