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