Apply fixes from StyleCI

This commit is contained in:
Jonny Barnes 2017-03-18 21:18:36 +00:00 committed by StyleCI Bot
parent 031e528c63
commit d14c5a8f97
2 changed files with 2 additions and 2 deletions

View file

@ -2,9 +2,9 @@
namespace App\Http\Controllers;
use App\{Note, Tag};
use Twitter;
use HTMLPurifier;
use App\{Note, Tag};
use GuzzleHttp\Client;
use HTMLPurifier_Config;
use Illuminate\Http\Request;