mirror of
https://gitlab.com/omair-personal/izyim.git
synced 2026-08-22 13:53:57 +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();
|
|
}
|