mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-12 14:58:42 +00:00
Type change
This commit is contained in:
parent
1a1f5ef7d7
commit
27c4001ee8
|
|
@ -90,7 +90,7 @@ abstract class SettingsAbstract implements OptionsInterface
|
||||||
*/
|
*/
|
||||||
public function get(array $columns)
|
public function get(array $columns)
|
||||||
{
|
{
|
||||||
$options = false;
|
$options = [];
|
||||||
|
|
||||||
switch ($this->connection->getType()) {
|
switch ($this->connection->getType()) {
|
||||||
case DatabaseType::MYSQL:
|
case DatabaseType::MYSQL:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user