Skip to content

Commit

Permalink
Merge pull request #58 from akzhan/patch-1
Browse files Browse the repository at this point in the history
Fatal error: Class 'Phois\Whois\Whois' not found - Closes #56
  • Loading branch information
vaneska authored Jun 16, 2016
2 parents 77124dc + 5da6715 commit 1b321ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/usage-example.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

include '../src/Phois/Whois/Whois.php';

$sld = 'reg.ru';

$domain = new Phois\Whois\Whois($sld);
Expand Down

0 comments on commit 1b321ec

Please sign in to comment.