Skip to content

Commit

Permalink
Example update
Browse files Browse the repository at this point in the history
To reflect the new class name change (PSR-2 updates)
  • Loading branch information
BenMenking committed Aug 31, 2015
1 parent 41f23a9 commit cfeed48
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/example1.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require('../routeros_api.class.php');

$API = new routeros_api();
$API = new RouterosAPI();

$API->debug = true;

Expand Down
2 changes: 1 addition & 1 deletion examples/example2.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require('../routeros_api.class.php');

$API = new routeros_api();
$API = new RouterosAPI();

$API->debug = true;

Expand Down
2 changes: 1 addition & 1 deletion examples/example3.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

require('../routeros_api.class.php');

$API = new routeros_api();
$API = new RouterosAPI();

$API->debug = true;

Expand Down
2 changes: 1 addition & 1 deletion examples/example4.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

require('../routeros_api.class.php');

$API = new routeros_api();
$API = new RouterosAPI();

$API->debug = true;

Expand Down
2 changes: 1 addition & 1 deletion examples/example5.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

require('../routeros_api.class.php');

$API = new routeros_api();
$API = new RouterosAPI();

$API->debug = true;

Expand Down

0 comments on commit cfeed48

Please sign in to comment.