diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-08-16 14:12:05 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-08-16 14:12:05 -0700 |
commit | db3c006be80d6690892b11608619f9683824e21b (patch) | |
tree | 65fdc801aa83d40c50170e7ad11226e30be1f649 /app/Auth | |
parent | 925b0ba2e56117e3bbe2947d7938ed35815efa1a (diff) |
Various minor fixes
Diffstat (limited to 'app/Auth')
-rw-r--r-- | app/Auth/Base.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Auth/Base.php b/app/Auth/Base.php index f9c1c329..e174ff8f 100644 --- a/app/Auth/Base.php +++ b/app/Auth/Base.php @@ -4,7 +4,6 @@ namespace Auth; use Core\Tool; use Core\Registry; -use PicoDb\Database; /** * Base auth class |