We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d6e7f commit 3c4c529Copy full SHA for 3c4c529
commands/license/info.php
@@ -43,7 +43,7 @@
43
$data = $license->content();
44
// Only include the fields we want to display
45
$data = array_intersect_key($data, array_flip($licenseFields));
46
- $data['renewal'] = $license->renewal(format: 'Y-m-d', handler: 'date');
+ $data['renewal'] = $license->renewal(format: 'Y-m-d H:i:s', handler: 'date');
47
48
// Print License info as table
49
if ($format === 'table') {
0 commit comments