Clean unused namespaces

This commit is contained in:
Bubka
2021-09-26 23:48:16 +02:00
parent 10fc144246
commit 3aef29717f
5 changed files with 2 additions and 14 deletions

View File

@ -3,8 +3,6 @@
namespace App\Http\Controllers;
use App\Services\SettingServiceInterface;
use Illuminate\Http\Request;
use Illuminate\Support\Collection;
class SinglePageController extends Controller
{