Skip to content

Commit 54fe84a

Browse files
authored
Merge pull request #4 from KubqoA/master
Remove the dot in require statement.
2 parents b34c993 + 0a2375a commit 54fe84a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Icons.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Feather;
44

5-
require __DIR__ . './defaultAttributes.php';
5+
require __DIR__ . '/defaultAttributes.php';
66

77
use Feather\DEFAULT_ATTRIBUTES;
88

@@ -50,4 +50,4 @@ public function setAttributes($attributes, $merge = true) {
5050
public function getAttributes() {
5151
return $this->attributes;
5252
}
53-
}
53+
}

0 commit comments

Comments
 (0)