cms-manage/app/model/VisitLog.php

11 lines
98 B
PHP
Raw Permalink Normal View History

2025-02-13 08:21:56 +00:00
<?php
declare (strict_types = 1);
namespace app\model;
class VisitLog extends Model
{
//
}