From 43cffe282868ff5c32804c34b31baaa1317f5a8e Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 18 Oct 2015 18:13:54 -0400 Subject: Remove useless class and add new plugin hooks --- app/Auth/Base.php | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 app/Auth/Base.php (limited to 'app/Auth/Base.php') diff --git a/app/Auth/Base.php b/app/Auth/Base.php deleted file mode 100644 index a354c200..00000000 --- a/app/Auth/Base.php +++ /dev/null @@ -1,34 +0,0 @@ -container = $container; - $this->db = $this->container['db']; - } -} -- cgit v1.2.3