Make CompanySettings::getEntityVariableDefaults public
This commit is contained in:
parent
a5f8d8c042
commit
7639746178
1 changed files with 1 additions and 1 deletions
|
|
@ -594,7 +594,7 @@ class CompanySettings extends BaseSettings
|
|||
*
|
||||
* @return stdClass The stdClass of PDF variables
|
||||
*/
|
||||
private static function getEntityVariableDefaults() :stdClass
|
||||
public static function getEntityVariableDefaults() :stdClass
|
||||
{
|
||||
$variables = [
|
||||
'client_details' => [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue