X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/vendor/illuminate/contracts/Auth/Access
home
/
gfecatvj
/
sites
/
vendor
/
illuminate
/
contracts
/
Auth
/
Access
/
📁
..
📄
Authorizable.php
(297 B)
📄
Gate.php
(3.64 KB)
Editing: Authorizable.php
<?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 = []); }
Upload File
Create Folder