for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace hipanel\modules\server\forms;
use hipanel\modules\server\models\Config;
class ConfigForm extends Config
{
/**
* @return string
*/
public static function tableName(): string
return 'config';
}