Commit cd79d3f3700d953da55a94a7e0111cc7cbc7fe38

Authored by Mihail
1 parent 634a5e29

parser

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
backend/models/Details.php
... ... @@ -20,6 +20,8 @@ use backend\components\base\BaseActiveRecord;
20 20 * @property string $ADD_BOX
21 21 * @property string $GROUP
22 22 * @property string $timestamp
  23 + *
  24 + *
23 25 */
24 26 class Details extends BaseActiveRecord
25 27 {
... ...