Skip to content

Commit

Permalink
Merge 5d06345 into 762b605
Browse files Browse the repository at this point in the history
  • Loading branch information
donatas-jasinevicius authored Jun 12, 2017
2 parents 762b605 + 5d06345 commit 470f7b7
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
},
"autoload": {
"psr-4": {
"Amara\\Varcon\\": ["src/Amara/Varcon"]
"Amara\\Varcon\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Amara\\Varcon\\Tests\\": ["tests/Amara/Varcon"]
"Amara\\Varcon\\Tests\\": "tests"
}
}
}
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class TranslationProvider implements TranslationProviderInterface
public function __construct($filePath = null, Util $util = null)
{
if (null === $filePath) {
$filePath = __DIR__ . '/../../../resources/varcon.txt';
$filePath = __DIR__ . '/../resources/varcon.txt';
}
if (null === $util) {
$util = new Util();
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 470f7b7

Please sign in to comment.