JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour

File "ClearRenderer.php"

Full Path: /home/palsarh/web/palsarh.in/public_html/vendor/laravel/prompts/src/Themes/Default/ClearRenderer.php
File size: 216 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Laravel\Prompts\Themes\Default;

class ClearRenderer extends Renderer
{
    /**
     * Clear the terminal.
     */
    public function __invoke(): string
    {
        return "\033[H\033[J";
    }
}