portal.mkgtu.ru/common/components/log/NotFoundTarget.php

24 lines
158 B
PHP
Raw Normal View History

2024-03-28 09:51:45 +03:00
<?php
namespace common\components\log;
use yii\log\Target;
class NotFoundTarget extends Target
{
public function export()
{
}
}