StyleCI suggested fixes

This commit is contained in:
Jonny Barnes 2016-12-07 16:55:53 +00:00
parent bd92f1d6c8
commit e73187932b
5 changed files with 4 additions and 6 deletions

View file

@ -4,10 +4,10 @@ namespace App\Http\Controllers;
use App\Place;
use Illuminate\Http\Request;
use Illuminate\Http\Response;
use App\Services\NoteService;
use App\Services\TokenService;
use Illuminate\Http\Response;
use App\Services\PlaceService;
use App\Services\TokenService;
class MicropubController extends Controller
{