<?php namespace App\Module\User\Model\Events; interface UserIdInterface { public function getUserId():int; }