mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-01-25 22:08:42 +00:00
phpstan fixes
This commit is contained in:
parent
1c6b3df280
commit
fee144f10d
|
|
@ -45,6 +45,6 @@ class Media
|
|||
$defaultTemplate = \reset($media['upload'][0]);
|
||||
|
||||
$setting = new Setting();
|
||||
SettingMapper::create($setting->with(0, 'default_template', (string) $defaultTemplate->getId(), '\\d+', 'Billing'));
|
||||
SettingMapper::create($setting->with(0, 'default_template', (string) $defaultTemplate->getId(), '\\d+', null, 'Billing'));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user