Files
izyim/app/Events/Accounts/UserEvent.php
T
2019-03-12 12:17:41 +08:00

8 lines
94 B
PHP

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