1 | <?php |
||
9 | class NotificationRequest extends Request implements ValidatesWhenResolved |
||
10 | { |
||
11 | use ValidatesWhenResolvedTrait; |
||
12 | |||
13 | /** |
||
14 | * Determine if the user is authorized to make this request. |
||
15 | * |
||
16 | * @return bool |
||
17 | */ |
||
18 | public function authorize(): bool |
||
22 | |||
23 | public function rules(): array |
||
31 | } |
||
32 |