Skip to content

Commit

Permalink
Changed directory structure (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
donatas-jasinevicius authored and oradwell committed Jun 13, 2017
1 parent 762b605 commit 867325e
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 867325e

Please sign in to comment.