chore: Add laravel ide helper

This commit is contained in:
Attila Kerekes
2022-11-29 23:13:24 +01:00
committed by Attila Kerekes
parent bd76efc613
commit 52620bc331
512 changed files with 89443 additions and 31 deletions

View File

@@ -5,6 +5,7 @@ namespace App\Http\Controllers;
use App\Item;
use Illuminate\Http\Request;
use Illuminate\Http\Response;
use Illuminate\Support\Collection;
class ItemRestController extends Controller
{
@@ -17,7 +18,7 @@ class ItemRestController extends Controller
/**
* Display a listing of the resource.
*
* @return Response
* @return Collection
*/
public function index()
{