Skip to content
This repository was archived by the owner on Aug 31, 2022. It is now read-only.

Commit 25dcb78

Browse files
committed
Merge pull request #2 from timkant/patch-1
Updated file paths for Windows
2 parents a1c27b6 + 118aeb9 commit 25dcb78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sioen/Countries.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ protected function getFilePath($language)
3737
$path = dirname(__FILE__) . '/../../';
3838

3939
// if our class is loaded from composer, the path to umpirski changes
40-
if (strpos(dirname(__FILE__), '/vendor/') !== false) {
40+
if (strpos(dirname(__FILE__), 'vendor') !== false) {
4141
$path .= '../../../';
4242
}
4343

0 commit comments

Comments
 (0)