Commit 20a5eed94162c5e1803e2168436a36d32d82af47

Authored by Mihail
1 parent 2c8b47ca

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 {
... ...