Total Complexity | 2 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | class StudentPolicy |
||
10 | { |
||
11 | use HandlesAuthorization; |
||
12 | |||
13 | /** |
||
14 | * Create a new policy instance. |
||
15 | * |
||
16 | * @return void |
||
17 | */ |
||
18 | public function __construct() |
||
20 | // |
||
21 | } |
||
22 | |||
23 | /** |
||
24 | * Determine if the given post can be updated by the user. |
||
25 | */ |
||
26 | public function show(User $user, Student $student) |
||
33 |