PATH:
home
/
lab2454c
/
vaultchip.com
/
vendor
/
botble
/
platform
/
acl
/
src
/
Repositories
/
Interfaces
<?php namespace Botble\ACL\Repositories\Interfaces; use Botble\Support\Repositories\Interfaces\RepositoryInterface; interface RoleInterface extends RepositoryInterface { /** * @param string $name * @param int|null $id * @return string */ public function createSlug($name, $id); }
[-] RoleInterface.php
[edit]
[-] ActivationInterface.php
[edit]
[+]
..
[-] UserInterface.php
[edit]