Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.

Commit 54fe84a

Browse files
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

Lines changed: 2 additions & 2 deletions
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)