mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-11-01 14:20:07 +00:00
9 lines
213 B
PHP
9 lines
213 B
PHP
<?php
|
|
namespace chat\data\suspension;
|
|
|
|
class SuspensionList extends \wcf\data\DatabaseObjectList {
|
|
/**
|
|
* @see wcf\data\DatabaseObjectList::$className
|
|
*/
|
|
public $className = 'chat\data\suspension\Suspension';
|
|
} |