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