Update blockedlog.class.php

This commit is contained in:
Philippe Grand 2019-11-01 11:14:55 +01:00 committed by GitHub
parent 9f76f20833
commit 4df21701be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,9 +101,8 @@ class BlockedLog
public $fk_user = 0;
/**
* Creation date
* @var int
*/
* @var integer|string date_creation
*/
public $date_creation;