/
home
/
techb158
/
immovalet.com
/
platform
/
core
/
acl
/
src
/
Repositories
/
Interfaces
/
/home/techb158/immovalet.com/platform/core/acl/src/Repositories/Interfaces
mkdir
upload
Name
Size
Mode
Actions
ActivationInterface.php
1202
0644
edit
dl
rm
RoleInterface.php
311
0644
edit
dl
rm
UserInterface.php
343
0644
edit
dl
rm
Edit:
/home/techb158/immovalet.com/platform/core/acl/src/Repositories/Interfaces/UserInterface.php
(343B)
<?php namespace Botble\ACL\Repositories\Interfaces; use Botble\Support\Repositories\Interfaces\RepositoryInterface; interface UserInterface extends RepositoryInterface { /** * Get unique username from email * * @param $email * @return string * */ public function getUniqueUsernameFromEmail($email); }
Save
cmd:
run