whoami7 - Manager
:
/
home
/
qbizpnmr
/
test.qbiztax.com
/
app
/
Events
/
Export
/
Upload File:
files >> //home/qbizpnmr/test.qbiztax.com/app/Events/Export/RowsPreparing.php
<?php namespace App\Events\Export; use App\Abstracts\Event; class RowsPreparing extends Event { public $class; public $rows; /** * Create a new event instance. * * @param $class * @param $rows */ public function __construct($class, $rows) { $this->class = $class; $this->rows = $rows; } }
Copyright ©2021 || Defacer Indonesia