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