Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #12 from ameliaikeda/analysis-zORZdk
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
ameliaikeda authored Nov 21, 2017
2 parents 2ba32af + ddebb89 commit 0b83c5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Models/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

namespace Amelia\Monzo\Models;

use Amelia\Monzo\Monzo;
use ArrayAccess;
use Carbon\Carbon;
use JsonSerializable;
use Amelia\Monzo\Monzo;
use Illuminate\Support\Str;
use Illuminate\Contracts\Support\Jsonable;
use Illuminate\Contracts\Support\Arrayable;
Expand Down
4 changes: 1 addition & 3 deletions src/Monzo.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@

namespace Amelia\Monzo;

use Amelia\Monzo\Api\Webhooks;
use Amelia\Monzo\Http\Controllers\WebhookController;
use TypeError;
use Amelia\Monzo\Api\Balance;
use Amelia\Monzo\Api\Accounts;
use Amelia\Monzo\Api\Webhooks;
use Laravel\Socialite\Two\User;
use Amelia\Monzo\Api\Transactions;
use Illuminate\Support\Facades\Route;
use Amelia\Monzo\Exceptions\MonzoException;
use Amelia\Monzo\Contracts\HasMonzoCredentials;
use Amelia\Monzo\Contracts\Client as ClientContract;
Expand Down

0 comments on commit 0b83c5a

Please sign in to comment.