From 74b0b05cbc2f4abe78c9feeffdc71510f0f9437c Mon Sep 17 00:00:00 2001 From: thinkingmedia Date: Thu, 19 Mar 2015 15:19:53 -0400 Subject: [PATCH] removed function --- src/_.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/_.php b/src/_.php index 3ef7f61..b442b8f 100644 --- a/src/_.php +++ b/src/_.php @@ -4,18 +4,6 @@ use Symfony\Component\PropertyAccess\PropertyAccess; -/** - * Factory function. - * - * @param array $container - * - * @return _ - */ -function _($container = array()) -{ - return _::create($container); -} - /** * @author Ramon Kleiss * @author Mathew Foscarini