Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Hall committed Sep 14, 2017
1 parent 96f50c2 commit b169e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataSources/MledozeCountriesJson.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class MledozeCountriesJson implements DataSourceInterface
public function __construct()
{
$paths = [];
$paths[] = __DIR__.'/../../../mledoze/countries/dist/countries.json';
$paths[] = __DIR__.'/../../../../mledoze/countries/dist/countries.json';
$paths[] = __DIR__.'/../../vendor/mledoze/countries/dist/countries.json';

if (!$this->countryData) {
Expand Down

0 comments on commit b169e6e

Please sign in to comment.