mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for correct include for Design
This commit is contained in:
parent
bce7667aa5
commit
413719b72c
@ -218,7 +218,7 @@ class PreviewController extends BaseController
|
||||
|
||||
/* Catch all in case migration doesn't pass back a valid design */
|
||||
if(!$design)
|
||||
$design = Design::find(2);
|
||||
$design = \App\Models\Design::find(2);
|
||||
|
||||
if ($design->is_custom) {
|
||||
$options = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user