From 79a8a227966362c6f41e11b38f1084712a98f602 Mon Sep 17 00:00:00 2001 From: Jesse Leite Date: Fri, 14 Aug 2020 15:50:31 -0400 Subject: [PATCH] Not using this var anywhere. --- src/Fieldtypes/SeoProFieldtype.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Fieldtypes/SeoProFieldtype.php b/src/Fieldtypes/SeoProFieldtype.php index 147613b2..992728e7 100755 --- a/src/Fieldtypes/SeoProFieldtype.php +++ b/src/Fieldtypes/SeoProFieldtype.php @@ -30,7 +30,7 @@ public function preload() public function process($data) { - if (! $enabled = Arr::get($data, 'enabled')) { + if (! Arr::get($data, 'enabled')) { return false; }