<?php
|
namespace JVBase\registrar\helpers;
|
|
if (!defined('ABSPATH')) {
|
exit;
|
}
|
|
use JVBase\registrar\Registrar;
|
use JVBase\managers\CustomTable;
|
class MakeVerification {
|
protected CustomTable $table;
|
public function __construct()
|
{
|
// $this->defineTables();
|
}
|
|
}
|