private static function config() { if (!static::$Config) { static::$Config = App::config('db'); } return static::$Config; }