Files
pathfinder/app/main/lib/logging/DefaultLog.php
Mark Friedrich 1b1470c3d9 - fixed some "case-sensitive" autoloading bugs un Unix systems
- fixed a bug with backwards compability issues
- added new js/css build files for v1.3.0
2017-11-03 16:56:19 +01:00

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';
}