Files
izyim/app/Events/Accounts/UserEvent.php
T
2019-03-19 17:11:21 +08:00

8 lines
94 B
PHP
Executable File

<?php
namespace App\Events\Accounts;
interface UserEvent {
public function getData();
}