Skip to content

Commit

Permalink
Remove unused precedence rule
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjza committed Nov 19, 2016
1 parent 80c3d0e commit 2485046
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Http/Controllers/Api/v1/CharacterController.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,7 @@ class CharacterController extends Controller
use Research;
use Skills;
use Standings;
use Wallet {

Wallet::where_filter insteadof Character;
}
use Wallet;

/**
* @param $character_id
Expand Down

0 comments on commit 2485046

Please sign in to comment.