File "VerifiesService.php"

Full Path: /home/fundopuh/trader.fxex.org/vendor/botman/botman/src/Interfaces/VerifiesService.php
File size: 174 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace BotMan\BotMan\Interfaces;

use Symfony\Component\HttpFoundation\Request;

interface VerifiesService
{
    public function verifyRequest(Request $request);
}