Adding a newline...
This commit is contained in:
@@ -107,6 +107,7 @@ class ComponentGroupPresenter extends BasePresenter implements Arrayable
|
||||
{
|
||||
$enabled_components = $this->wrappedObject->enabled_components()->orderBy('order')->pluck('id')->toArray();
|
||||
$intersected = array_intersect($enabled_components, $subscriptions);
|
||||
|
||||
return count($intersected) != 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user