From 2722a5201d326317e391ae6c0e2fa7e0c2b537b4 Mon Sep 17 00:00:00 2001 From: Bruce Wells Date: Wed, 12 Sep 2018 13:02:03 -0400 Subject: Fixed merge error --- src/NXP/Classes/TokenFactory.php | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src') diff --git a/src/NXP/Classes/TokenFactory.php b/src/NXP/Classes/TokenFactory.php index e5aa865..d70dd55 100644 --- a/src/NXP/Classes/TokenFactory.php +++ b/src/NXP/Classes/TokenFactory.php @@ -52,19 +52,6 @@ class TokenFactory $this->functions[$name] = [$places, $function]; } - - /** - * get functions - * - * @return array containing callback and places indexed by - * function name - */ - public function getFunctions() - { - return $this->functions; - } - - /** * get functions * -- cgit v1.2.3