@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -require_once __DIR__.'/../vendor/autoload.php'; |
|
3 | +require_once __DIR__ . '/../vendor/autoload.php'; |
|
4 | 4 | |
5 | 5 | // JsonResolver created and provided with path to file with json dns records |
6 | -$jsonResolver = new yswery\DNS\Resolver\JsonResolver([__DIR__.'/record.json', __DIR__.'/example.com.json']); |
|
6 | +$jsonResolver = new yswery\DNS\Resolver\JsonResolver([__DIR__ . '/record.json', __DIR__ . '/example.com.json']); |
|
7 | 7 | |
8 | 8 | // System resolver acting as a fallback to the JsonResolver |
9 | 9 | $systemResolver = new yswery\DNS\Resolver\SystemResolver(); |