mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-22 21:40:08 +00:00
Fix formatting
This commit is contained in:
parent
c91797e480
commit
8b2f6c5155
@ -17,8 +17,8 @@ class MessageEditor extends \wcf\data\DatabaseObjectEditor {
|
|||||||
protected static $baseClass = '\chat\data\message\Message';
|
protected static $baseClass = '\chat\data\message\Message';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @see wcf\data\DatabaseObjectEditor::deleteAll()
|
* @see wcf\data\DatabaseObjectEditor::deleteAll()
|
||||||
*/
|
*/
|
||||||
public static function deleteAll(array $objectIDs = array()) {
|
public static function deleteAll(array $objectIDs = array()) {
|
||||||
$count = parent::deleteAll($objectIDs);
|
$count = parent::deleteAll($objectIDs);
|
||||||
// delete attached files
|
// delete attached files
|
||||||
|
Loading…
Reference in New Issue
Block a user