<?php
namespace plugin\control\app\middleware;
use plugin\control\expose\middleware\ControlAuth;
class Auth extends ControlAuth
{
}