for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
use \Ottosmops\Settings\Setting;
if (! function_exists('setting')) {
function setting($key, $default = null)
{
return Setting::getValue($key, $default);
}