Skip to content

Commit

Permalink
Added namespace
Browse files Browse the repository at this point in the history
Added namespace
  • Loading branch information
Beakerboy committed Jul 23, 2019
1 parent 08b5491 commit 1b4727e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ $ php composer.phar require Beakerboy/cashid:0.*

```PHP
<?php
use CashID\RequestGenerator;

// Specify your server details
$domain = 'mydomain.com';
$listener_script = '/api/parse.php';
Expand All @@ -74,6 +76,8 @@ $ php composer.phar require Beakerboy/cashid:0.*

```PHP
<?php
use CashID\ResponseHandler;

// Specify your server details
$domain = 'mydomain.com';
$listener_script = '/api/parse.php';
Expand Down

0 comments on commit 1b4727e

Please sign in to comment.