- fixed a bug with backwards compability issues - added new js/css build files for v1.3.0
19 lines
240 B
PHP
19 lines
240 B
PHP
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: exodu
|
|
* Date: 04.08.2017
|
|
* Time: 22:08
|
|
*/
|
|
|
|
namespace lib\logging;
|
|
|
|
|
|
class DefaultLog extends AbstractLog {
|
|
|
|
/**
|
|
* @var string
|
|
*/
|
|
protected $channelType = 'default';
|
|
|
|
} |