Skip to content

Commit

Permalink
Update use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriceclementz committed Feb 14, 2017
1 parent 895b9ed commit 595d254
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace Fab\Imagga\Tests;

use Mockery;
use GuzzleHttp\Client as HttpClient;
use Fab\Imagga\Client;
use GuzzleHttp\Client as HttpClient;
use Mockery;

class ClientTest extends TestCase
{
Expand Down

0 comments on commit 595d254

Please sign in to comment.