Remove unused parameter

pull/1/head
Victor Dubiniuk 10 years ago
parent bb0310942f
commit fd0b4ed9a2

@ -68,7 +68,7 @@ class File {
return $file;
}
public function getToken($token){
public function getToken(){
return $this->token;
}

Loading…
Cancel
Save