Skip to content

Instantly share code, notes, and snippets.

View mykola-ivashchuk's full-sized avatar

mykola-ivashchuk

View GitHub Profile
{
"name": "laravel/laravel",
"type": "project",
"description": "The Laravel Framework.",
"keywords": [
"framework",
"laravel"
],
"license": "MIT",
"require": {
<?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
{