Skip to content

Commit

Permalink
Merge pull request EloGank#2 from iggyvolz/fix-replay-client-classpath
Browse files Browse the repository at this point in the history
Fix classpath in example for Replay Client.
  • Loading branch information
Divi committed Jun 18, 2015
2 parents 6b90534 + 03834e2 commit a44062a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/download-and-decode-replay.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

namespace Example;

use EloGank\Replay\Client\ReplayClient;
use EloGank\Replay\Downloader\Client\ReplayClient;
use EloGank\Replay\Downloader\ReplayDownloader;
use Example\Utils\BasicOutput;
use Example\Utils\LoLNexusParser;
Expand Down
2 changes: 1 addition & 1 deletion examples/download-decode-and-parse-replay.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

namespace Example;

use EloGank\Replay\Client\ReplayClient;
use EloGank\Replay\Downloader\Client\ReplayClient;
use EloGank\Replay\Downloader\ReplayDownloader;
use EloGank\Replay\ReplayInterface;
use Example\Utils\BasicOutput;
Expand Down
2 changes: 1 addition & 1 deletion examples/download-replay.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

namespace Example;

use EloGank\Replay\Client\ReplayClient;
use EloGank\Replay\Downloader\Client\ReplayClient;
use EloGank\Replay\Downloader\ReplayDownloader;
use Example\Utils\BasicOutput;
use Example\Utils\LoLNexusParser;
Expand Down

0 comments on commit a44062a

Please sign in to comment.