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