/
home
/
techb158
/
exp.abdallabala.com
/
vendor
/
illuminate
/
contracts
/
Auth
/
Access
/
/home/techb158/exp.abdallabala.com/vendor/illuminate/contracts/Auth/Access
mkdir
upload
Name
Size
Mode
Actions
Authorizable.php
297
0644
edit
dl
rm
Gate.php
3156
0644
edit
dl
rm
Edit:
/home/techb158/exp.abdallabala.com/vendor/illuminate/contracts/Auth/Access/Authorizable.php
(297B)
<?php namespace Illuminate\Contracts\Auth\Access; interface Authorizable { /** * Determine if the entity has a given ability. * * @param string $ability * @param array|mixed $arguments * @return bool */ public function can($ability, $arguments = []); }
Save