Skip to content

Commit c08c88c

Browse files
committed
Update LicenseTemplateService.php
1 parent 318318e commit c08c88c

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

Services/LicenseTemplateService.php

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
<?php
22
/**
3-
* Created by PhpStorm.
4-
* User: Black
5-
* Date: 03.03.2016
6-
* Time: 9:40
3+
* @author Labs64 <netlicensing@labs64.com>
4+
* @license Apache-2.0
5+
* @link http://netlicensing.io
6+
* @copyright 2016 Labs64 NetLicensing
77
*/
8-
98
namespace NetLicensing;
109

11-
1210
class LicenseTemplateService extends BaseEntityService {
1311

1412
const SERVICE_URL = '/licensetemplate';
@@ -52,4 +50,4 @@ protected function _getServiceUrlPart()
5250
{
5351
return self::SERVICE_URL;
5452
}
55-
}
53+
}

0 commit comments

Comments
 (0)