$license->register()
Sends a request to the hub to register the license
$license->register(bool $reissue = false): Kirby\Cms\License
Parameters
| Name | Type | Default |
|---|---|---|
| $reissue | bool |
false
|
Return type
This method does not modify the existing $license object but returns a new object with the changes applied. Learn more →