| Total Complexity | 3 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | class FindOrFailPermission |
||
| 10 | { |
||
| 11 | private $find; |
||
| 12 | |||
| 13 | /** |
||
| 14 | * FindOrFailPermission constructor. |
||
| 15 | * @throws \Illuminate\Contracts\Container\BindingResolutionException |
||
| 16 | */ |
||
| 17 | public function __construct() |
||
| 20 | } |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @param int $id |
||
| 24 | * @return Permission |
||
| 25 | * @throws PermissionDoesNotExistsException |
||
| 26 | */ |
||
| 27 | public function make(int $id): Permission |
||
| 38 |