FIle - /trunk/views/php/verify_email_fail.php

/trunk/views/php/verify_email_fail.php
240 bytes
January 20, 2025 at 08:22
4




<?php
declare(strict_types 1);

namespace 
Views;

use 
Apex\Svc\{ViewApp};

/**
 * Render the template.
 */
class verify_email_fail
{

    
/**
     * Render
     */
    
public function render(View $viewApp $app):void
    
{

    }

}