remove some unused variables
This commit is contained in:
@@ -74,7 +74,6 @@ class Feature extends BaseAction implements EventSubscriberInterface
|
||||
*/
|
||||
public function update(FeatureUpdateEvent $event)
|
||||
{
|
||||
$search = FeatureQuery::create();
|
||||
|
||||
if (null !== $feature = FeatureQuery::create()->findPk($event->getFeatureId())) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user