user()->can('view', request('attachment')->project); } public function _rules(): array { return [ 'seconds' => 'sometimes|int' ]; } }