update marketing
All checks were successful
All checks were successful
This commit is contained in:
@@ -2,15 +2,17 @@
|
||||
|
||||
namespace Modules\Business\App\Exports;
|
||||
|
||||
use App\Models\Party;
|
||||
use Maatwebsite\Excel\Concerns\FromView;
|
||||
use Illuminate\Contracts\View\View;
|
||||
use Illuminate\Support\Collection;
|
||||
|
||||
class ExportSingleSupplierLedger implements FromView
|
||||
{
|
||||
public $ledger;
|
||||
public $party;
|
||||
public Collection $ledger;
|
||||
public Party $party;
|
||||
|
||||
public function __construct($ledger, $party)
|
||||
public function __construct(Collection $ledger, Party $party)
|
||||
{
|
||||
$this->ledger = $ledger;
|
||||
$this->party = $party;
|
||||
|
||||
Reference in New Issue
Block a user