mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-21 21:44:14 +00:00
8 lines
94 B
PHP
Executable File
8 lines
94 B
PHP
Executable File
<?php
|
|
|
|
namespace App\Events\Accounts;
|
|
|
|
interface UserEvent {
|
|
public function getData();
|
|
}
|