<?php

use App\Action;

/**
 *
 *
 */
interface ActionInterface
{
    public function config();
    public function run();
}