?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/dev-uz-avocat/wp-content/plugins/wp-all-export/src/App/Controller/



?? Go up: /home/webdevt/www/dev-uz-avocat/wp-content/plugins/wp-all-export/src/App

?? Viewing: SchedulingConnectionController.php

<?php

namespace Wpae\App\Controller;


use Wpae\Http\JsonResponse;

class SchedulingConnectionController
{
    public function indexAction()
    {
        return new JsonResponse(array('success' => true));
    }
}


??

??