mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01: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_custom = true;
|
||||
$design->name = '';
|
||||
$design->design = '';
|
||||
$design->design = [];
|
||||
|
||||
return $design;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user