Bolt\Controller\Async\General::async PHP Method

async() public method

Default route binder for asynchronous requests.
public async ( ) : Symfony\Component\HttpFoundation\JsonResponse
return Symfony\Component\HttpFoundation\JsonResponse
    public function async()
    {
        $confirm = ['OK'];
        return $this->json($confirm);
    }