mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 05:37:17 -04:00
Change default DesignFactory to return []
This commit is contained in:
parent
2c83b4ee25
commit
7c4c39bfc4
@ -24,7 +24,7 @@ class DesignFactory
|
|||||||
$design->is_active = true;
|
$design->is_active = true;
|
||||||
$design->is_custom = true;
|
$design->is_custom = true;
|
||||||
$design->name = '';
|
$design->name = '';
|
||||||
$design->design = '';
|
$design->design = [];
|
||||||
|
|
||||||
return $design;
|
return $design;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user