- added new "Server info panel" to the login page - added new cronjob to delete expired cookie authentication data
18 lines
252 B
PHP
18 lines
252 B
PHP
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: Exodus
|
|
* Date: 01.05.2016
|
|
* Time: 19:42
|
|
*/
|
|
|
|
namespace Data\Mapper;
|
|
|
|
|
|
class CrestUserCounts extends AbstractIterator {
|
|
|
|
protected static $map = [
|
|
'dust' => 'dust',
|
|
'eve' => 'eve'
|
|
];
|
|
} |