From eeac2329baab1fdae7cbf6c707ed2ffd8beb4c1b Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 24 May 2015 16:02:25 -0400 Subject: Helpers refactoring --- app/Integration/Base.php | 53 ------------------------------------------------ 1 file changed, 53 deletions(-) delete mode 100644 app/Integration/Base.php (limited to 'app/Integration/Base.php') diff --git a/app/Integration/Base.php b/app/Integration/Base.php deleted file mode 100644 index dbb0349a..00000000 --- a/app/Integration/Base.php +++ /dev/null @@ -1,53 +0,0 @@ -container = $container; - } - - /** - * Load automatically class from the container - * - * @access public - * @param string $name - * @return mixed - */ - public function __get($name) - { - return $this->container[$name]; - } -} -- cgit v1.2.3