updated stubs

This commit is contained in:
Denis Duliçi
2020-07-10 23:23:17 +03:00
parent 194a719a1c
commit a0f453d2bf
2 changed files with 4 additions and 4 deletions

View File

@ -2,9 +2,9 @@
namespace $NAMESPACE$;
use Illuminate\Http\Resources\Json\Resource;
use Illuminate\Http\Resources\Json\JsonResource;
class $CLASS$ extends Resource
class $CLASS$ extends JsonResource
{
/**
* Transform the resource into an array.