mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
PreferencesStore: Remove not required method setTable()
This commit is contained in:
parent
fa7f100c03
commit
0eb3b27e68
@ -132,16 +132,6 @@ class PreferencesStore
|
|||||||
return $this->user;
|
return $this->user;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the table to use
|
|
||||||
*
|
|
||||||
* @param string $table The table name
|
|
||||||
*/
|
|
||||||
public function setTable(string $table)
|
|
||||||
{
|
|
||||||
$this->table = $table;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Initialize the store
|
* Initialize the store
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user