StyleCI suggested fixes
This commit is contained in:
parent
bd92f1d6c8
commit
e73187932b
5 changed files with 4 additions and 6 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue