Fix backend code styling

This commit is contained in:
MakingCG
2021-07-24 09:35:00 +00:00
committed by GitHub Actions
parent 8810880616
commit 3823fb22d9
2 changed files with 2 additions and 6 deletions
@@ -1,5 +1,4 @@
<?php
namespace Domain\Homepage\Controllers;
use Illuminate\View\View;
@@ -1,11 +1,8 @@
<?php
namespace Domain\SetupWizard\Controllers;
use App\Http\Controllers\Controller;
use Illuminate\Http\Response;
use App\Http\Controllers\Controller;
class PingAPIController extends Controller
{
@@ -13,4 +10,4 @@ class PingAPIController extends Controller
{
return response('pong');
}
}
}