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
20a5eed94162c5e1803e2168436a36d32d82af47
Authored by
Mihail
2015-11-09 12:01:04 +0200
1 parent
2c8b47ca
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 @
20a5eed
...
...
@@ -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
{
...
...