PATH:
home
/
lab2454c
/
vaultchip.com
/
platform
/
core
/
acl
/
src
/
Repositories
/
Interfaces
<?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); }
[-] RoleInterface.php
[edit]
[-] ActivationInterface.php
[edit]
[+]
..
[-] UserInterface.php
[edit]