BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
www
/
app.imagivibe.com
/
vendor
/
pragmarx
/
google2fa-laravel
/
src
/
Events
📤 Upload
📝 New File
📁 New Folder
Close
Editing: EmptyOneTimePasswordReceived.php
<?php namespace PragmaRX\Google2FALaravel\Events; use Illuminate\Broadcasting\InteractsWithSockets; use Illuminate\Foundation\Events\Dispatchable; use Illuminate\Queue\SerializesModels; class EmptyOneTimePasswordReceived { use Dispatchable; use InteractsWithSockets; use SerializesModels; }
Save
Cancel