Skip to content

Instantly share code, notes, and snippets.

<?php
namespace Api\V8\Controller\Chat;
use Slim\Http\Request;
use Slim\Http\Response;
/**
* Interface MessagesControllerInterface
<?php
namespace Api\V8\Controller\Chat;
use Slim\Http\Request;
use Slim\Http\Response;
interface DialogControllerInterface
{