PATH:
home
/
lab2454c
/
costbloc.com
/
app
/
Services
/
Import
/
Dependencies
<?php /** * @package Upsell Dependency Handler * @author TechVillage <support@techvill.org> * @contributor Al Mamun <[almamun.techvill@gmail.com]> * @created 03-01-2023 */ namespace App\Services\Import\Dependencies; class Upsell { /** * Process the given upsell data * * @param array $data * * @return array; */ public function process($data) { // Upsell store logic will be here } } ?>
[-] CrossSell.php
[edit]
[+]
..
[-] Category.php
[edit]
[-] TagDependency.php
[edit]
[-] Upsell.php
[edit]