<?php namespace catchAdmin\api\controller; use catcher\base\CatchRequest as Request; use catcher\CatchResponse; use catcher\base\CatchController; class Api extends CatchController { }