FIle - /trunk/views/php/verify_email_fail.php
/trunk/views/php/verify_email_fail.php
|
|
240 bytes
|
|
January 20, 2025 at 08:22
|
|
<?php
declare(strict_types = 1);
namespace Views;
use Apex\Svc\{View, App};
/**
* Render the template.
*/
class verify_email_fail
{
/**
* Render
*/
public function render(View $view, App $app):void
{
}
}