/
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/RoleInterface.php
(311B)
<?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); }
Save
cmd:
run