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

24 lines
158 B
PHP
Executable File

<?php
namespace common\components\log;
use yii\log\Target;
class NotFoundTarget extends Target
{
public function export()
{
}
}