mirror of
https://gitlab.com/omair-personal/izyim.git
synced 2026-08-22 05:43:56 +00:00
7 lines
63 B
PHP
7 lines
63 B
PHP
<?php
|
|
|
|
namespace App\Events\Accounts;
|
|
|
|
interface UserEvent {
|
|
}
|