mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-18 05:20:45 +01:00
Merge pull request #6024 from LibreSign/refactor/remove-unecessary-default-value
refactor: remove unecessary default value
This commit is contained in:
commit
c37b4b9a8d
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ class SerialNumberService {
|
|||
try {
|
||||
$this->crlMapper->createCertificate(
|
||||
$serialString,
|
||||
$certificateOwner ?? 'Unknown',
|
||||
$certificateOwner,
|
||||
$engineName,
|
||||
$instanceId,
|
||||
$generation,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue