/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Logging
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Logging/TableSchema.php (1192B)
fields = $fields;
}
/**
* @return TableFieldSchema[]
*/
public function getFields()
{
return $this->fields;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(TableSchema::class, 'Google_Service_Logging_TableSchema');