From: Christian Weiske Date: Sun, 27 Mar 2016 17:57:32 +0000 (+0200) Subject: Remove unneeded constructor parameter X-Git-Tag: v0.6.3~2 X-Git-Url: https://git.cweiske.de/grauphel.git/commitdiff_plain/9e4e2d8d7e92ce4b02098ceb1c437d08e8fbf986?hp=f1a04e6b2909c26f8bfdba65ff242d542871b3f2 Remove unneeded constructor parameter --- diff --git a/lib/tokenstorage.php b/lib/tokenstorage.php index a184d8e..94526b1 100644 --- a/lib/tokenstorage.php +++ b/lib/tokenstorage.php @@ -31,7 +31,7 @@ class TokenStorage */ protected $db; - public function __construct($urlGen) + public function __construct() { $this->db = \OC::$server->getDatabaseConnection(); }