mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-21 13:34:13 +00:00
7 lines
63 B
PHP
7 lines
63 B
PHP
<?php
|
|
|
|
namespace App\Events\Accounts;
|
|
|
|
interface UserEvent {
|
|
}
|