Folders
This commit is contained in:
parent
6a9875485a
commit
bd5d85fc9f
|
|
@ -2,7 +2,10 @@
|
|||
|
||||
namespace Sarga\API\Http\Resources\Customer;
|
||||
|
||||
class FolderResource extends \Illuminate\Http\Resources\Json\JsonResource
|
||||
use Illuminate\Http\Resources\Json\JsonResource;
|
||||
use Sarga\API\Http\Resources\Customer\WishListResource;
|
||||
|
||||
class FolderResource extends JsonResource
|
||||
{
|
||||
/**
|
||||
* Transform the resource into an array.
|
||||
|
|
|
|||
Loading…
Reference in New Issue