From afb94dc2b62e6cbe3f27e4f4ee8ae82f5304bad2 Mon Sep 17 00:00:00 2001 From: Frank Date: Thu, 10 Oct 2024 16:41:47 +0100 Subject: [PATCH] fix lint --- api/app/Models/Forms/Form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/app/Models/Forms/Form.php b/api/app/Models/Forms/Form.php index 5455d258..d6d50a35 100644 --- a/api/app/Models/Forms/Form.php +++ b/api/app/Models/Forms/Form.php @@ -152,7 +152,7 @@ public function getShareUrlAttribute() return front_url('/forms/' . $this->slug); } - + public function getSubmissionsUrlAttribute() { if ($this->custom_domain) {