Total Complexity | 1 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | class ApplicationReviewPolicy extends BasePolicy |
||
11 | { |
||
12 | use HandlesAuthorization; |
||
13 | |||
14 | /** |
||
15 | * Determine whether the user can update the Application Review. |
||
16 | * |
||
17 | * @param User $user |
||
18 | * @param ApplicationReview $applicationReview |
||
19 | * @return mixed |
||
20 | */ |
||
21 | public function update(User $user, ApplicationReview $applicationReview) |
||
28 |