diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2016-03-27 19:57:32 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2016-03-27 19:57:32 +0200 |
| commit | 9e4e2d8d7e92ce4b02098ceb1c437d08e8fbf986 (patch) | |
| tree | 078f7bd23eeb5605c88b80ed02f82cca7bd7b27d /lib/tokenstorage.php | |
| parent | f1a04e6b2909c26f8bfdba65ff242d542871b3f2 (diff) | |
| download | grauphel-9e4e2d8d7e92ce4b02098ceb1c437d08e8fbf986.tar.gz grauphel-9e4e2d8d7e92ce4b02098ceb1c437d08e8fbf986.zip | |
Remove unneeded constructor parameter
Diffstat (limited to 'lib/tokenstorage.php')
| -rw-r--r-- | lib/tokenstorage.php | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } |
