We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 318318e commit c08c88cCopy full SHA for c08c88c
1 file changed
Services/LicenseTemplateService.php
@@ -1,14 +1,12 @@
1
<?php
2
/**
3
- * Created by PhpStorm.
4
- * User: Black
5
- * Date: 03.03.2016
6
- * Time: 9:40
+ * @author Labs64 <netlicensing@labs64.com>
+ * @license Apache-2.0
+ * @link http://netlicensing.io
+ * @copyright 2016 Labs64 NetLicensing
7
*/
8
-
9
namespace NetLicensing;
10
11
12
class LicenseTemplateService extends BaseEntityService {
13
14
const SERVICE_URL = '/licensetemplate';
@@ -52,4 +50,4 @@ protected function _getServiceUrlPart()
52
50
{
53
51
return self::SERVICE_URL;
54
}
55
-}
+}
0 commit comments