Administrator
/
test_1
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
cd79d3f3700d953da55a94a7e0111cc7cbc7fe38
Authored by
Mihail
2015-11-09 12:01:04 +0200
1 parent
634a5e29
parser
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
backend/models/Details.php
Inline
Side-by-side
backend/models/Details.php
Wrap text
Show/Hide comments
View file @
cd79d3f
...
...
@@ -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
{
...
...