From 42c5bb5645e2c555465962363f154bc07bbcae01 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Wed, 24 May 2023 14:04:35 +0000 Subject: [PATCH] Apply fixes from StyleCI --- Support/helpers.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Support/helpers.php b/Support/helpers.php index cbbaba7..d1ca8fc 100644 --- a/Support/helpers.php +++ b/Support/helpers.php @@ -29,4 +29,3 @@ function link_type_exists(string $type): bool return LinkTypeProxy::whereSlug($type)->exists(); } } -