Skip to content

Commit

Permalink
Not using this var anywhere.
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseleite committed Aug 14, 2020
1 parent 7480e3f commit 79a8a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fieldtypes/SeoProFieldtype.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function preload()

public function process($data)
{
if (! $enabled = Arr::get($data, 'enabled')) {
if (! Arr::get($data, 'enabled')) {
return false;
}

Expand Down

0 comments on commit 79a8a22

Please sign in to comment.