From 413719b72cc4cafd263b42c34075b17586734689 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 2 Aug 2021 11:08:03 +1000 Subject: [PATCH] Fixes for correct include for Design --- app/Http/Controllers/PreviewController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/PreviewController.php b/app/Http/Controllers/PreviewController.php index 8861ca321aad..ba81318fcf5a 100644 --- a/app/Http/Controllers/PreviewController.php +++ b/app/Http/Controllers/PreviewController.php @@ -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 = [