diff --git a/app/Ninja/Intents/BaseIntent.php b/app/Ninja/Intents/BaseIntent.php index b215ca4d5cae..cce46d7db7ba 100644 --- a/app/Ninja/Intents/BaseIntent.php +++ b/app/Ninja/Intents/BaseIntent.php @@ -80,13 +80,6 @@ class BaseIntent return new $className($state, $data); } - protected function hasField($field, $value = false) - { - $fieldValue = $this->getField($field); - - return $value ? $value == $fieldValue : !!$fieldValue; - } - protected function getField($field) { foreach ($this->data->entities as $entity) {