Adding a newline...

This commit is contained in:
Nick Peelman
2016-07-18 09:12:42 -04:00
parent b4c7fb2ab0
commit 587555c2d4

View File

@@ -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;
}