Move files into app/http namespace

This commit is contained in:
DariusIII
2023-01-22 20:45:02 +01:00
parent 3bd3eebcc5
commit 17a4183629
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ use App\Models\UserRequest;
use App\Transformers\ApiTransformer;
use App\Transformers\CategoryTransformer;
use App\Transformers\DetailsTransformer;
use Blacklight\http\API;
use App\Http\Controllers\Api\API;
use Blacklight\Releases;
use Blacklight\utility\Utility;
use Illuminate\Http\Request;