Skip to content

Commit

Permalink
Update LicenseTemplateService.php
Browse files Browse the repository at this point in the history
  • Loading branch information
r-brown committed Mar 5, 2016
1 parent 318318e commit c08c88c
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions Services/LicenseTemplateService.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:40
* @author Labs64 <netlicensing@labs64.com>
* @license Apache-2.0
* @link http://netlicensing.io
* @copyright 2016 Labs64 NetLicensing
*/

namespace NetLicensing;


class LicenseTemplateService extends BaseEntityService {

const SERVICE_URL = '/licensetemplate';
Expand Down Expand Up @@ -52,4 +50,4 @@ protected function _getServiceUrlPart()
{
return self::SERVICE_URL;
}
}
}

0 comments on commit c08c88c

Please sign in to comment.