Skip to content

Commit

Permalink
Merge pull request #4 from KubqoA/master
Browse files Browse the repository at this point in the history
Remove the dot in require statement.
  • Loading branch information
Pixelrobin authored Jan 3, 2019
2 parents b34c993 + 0a2375a commit 54fe84a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Icons.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Feather;

require __DIR__ . './defaultAttributes.php';
require __DIR__ . '/defaultAttributes.php';

use Feather\DEFAULT_ATTRIBUTES;

Expand Down Expand Up @@ -50,4 +50,4 @@ public function setAttributes($attributes, $merge = true) {
public function getAttributes() {
return $this->attributes;
}
}
}

0 comments on commit 54fe84a

Please sign in to comment.