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/Subscriber/Base.php | 66 ------------------------------------------------- 1 file changed, 66 deletions(-) delete mode 100644 app/Subscriber/Base.php (limited to 'app/Subscriber/Base.php') diff --git a/app/Subscriber/Base.php b/app/Subscriber/Base.php deleted file mode 100644 index 10040626..00000000 --- a/app/Subscriber/Base.php +++ /dev/null @@ -1,66 +0,0 @@ -container = $container; - } - - /** - * Load automatically models - * - * @access public - * @param string $name Model name - * @return mixed - */ - public function __get($name) - { - return $this->container[$name]; - } -} -- cgit v1.2.3