Skip to content

Commit

Permalink
Update LicenseTemplate.php
Browse files Browse the repository at this point in the history
  • Loading branch information
r-brown committed Mar 5, 2016
1 parent 787d587 commit 318318e
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions Entities/LicenseTemplate.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<?php
/**
* Created by PhpStorm.
* User: Black
* Date: 03.03.2016
* Time: 9:20
* @author Labs64 <netlicensing@labs64.com>
* @license Apache-2.0
* @link http://netlicensing.io
* @copyright 2016 Labs64 NetLicensing
*/

namespace NetLicensing;


class LicenseTemplate extends BaseEntity
{
const LICENSE_TYPE_TIMEVOLUME = 'TIMEVOLUME';
Expand Down Expand Up @@ -131,4 +129,4 @@ public function getTimeVolume($default = '')
{
return $this->_getProperty('timeVolume', $default);
}
}
}

0 comments on commit 318318e

Please sign in to comment.