Completed
Push — feature/EVO-7278-tracking-info... ( d73a1e...c12eb7 )
by
unknown
66:18
created

AuditTracking::tests()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 4
Code Lines 1

Duplication

Lines 0
Ratio 0 %

Importance

Changes 1
Bugs 0 Features 0
Metric Value
c 1
b 0
f 0
dl 0
loc 4
rs 10
cc 1
eloc 1
nc 1
nop 0
1
<?php
2
/**
3
 * model class for GravitonDyn\ActivityLogBundle\Model\ActivityLog
4
 */
5
6
namespace Graviton\AuditTrackingBundle\Model;
7
8
use Graviton\RestBundle\Model\DocumentModel;
9
10
/**
11
 * GravitonDyn\ActivityLogBundle\Model\ActivityLog
12
 *
13
 * @author   List of contributors <https://github.com/libgraviton/graviton/graphs/contributors>
14
 * @license  http://opensource.org/licenses/gpl-license.php GNU Public License
15
 * @link     http://swisscom.ch
16
 */
17
class AuditTracking extends DocumentModel
18
{
19
}
20