Completed
Push — master ( a876bf...871c30 )
by Jesus
23:55 queued 18:32
created
src/SimplySlug.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
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 = '-')
Please login to merge, or discard this patch.