- BC Break: Project folder structure changed. Removed `app/main` dir. - BC Break: Core _PHP_ framework + dependencies moved into `composer.json` and are no longer part of this repo
19 lines
264 B
PHP
19 lines
264 B
PHP
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: Exodus 4D
|
|
* Date: 04.08.2017
|
|
* Time: 22:08
|
|
*/
|
|
|
|
namespace Exodus4D\Pathfinder\Lib\Logging;
|
|
|
|
|
|
class DefaultLog extends AbstractLog {
|
|
|
|
/**
|
|
* @var string
|
|
*/
|
|
protected $channelType = 'default';
|
|
|
|
} |