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
<?php
namespace Wpae\App\Controller;
use Wpae\Http\JsonResponse;
class SchedulingConnectionController
{
public function indexAction()
{
return new JsonResponse(array('success' => true));
}
}