first(); if ($config) { if ($config->type == 2) { $data = json_decode($config->content, true); } else { $data = $config->content; } return $data; } return false; } }