mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 10:48:53 +00:00
Small refactor of Binaries and ProcessReleasesMultigroup
This commit is contained in:
@@ -50,7 +50,7 @@ class ProcessReleasesMultiGroup extends ProcessReleases
|
||||
*/
|
||||
protected function initiateTableNames($groupID)
|
||||
{
|
||||
$this->tables = $this->returnTableNames();
|
||||
$this->tables = $this->tableNames();
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -58,7 +58,7 @@ class ProcessReleasesMultiGroup extends ProcessReleases
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public static function returnTableNames()
|
||||
public static function tableNames()
|
||||
{
|
||||
return [
|
||||
'cname' => 'multigroup_collections',
|
||||
|
||||
Reference in New Issue
Block a user