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