Skip to content

Commit

Permalink
:robot_face: merging beta into master [krn compose skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
bot committed Sep 9, 2019
2 parents 7e5c319 + 09eb466 commit 072e52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ public function wildCardIt($s)
$fin[] = '/.*' . $word . '.*/';
}

return join($fin, ' ');
return join(' ', $fin);
}

public function ep_config_mapping($mapping)
Expand Down

0 comments on commit 072e52b

Please sign in to comment.