<?php
function sysConfig($key)
{
return \App\Model\SystemConfig::where('config_key', $key)->value('config_value') ?? null;
}