kenken999's picture
Upload folder using huggingface_hub
07c3cdd verified
Raw
History Blame Contribute Delete
206 Bytes
<?php
class Services_Rest_{{ classname }}
{
/**
* Structure of table '{{ tablename }}'
*
{% for columnType in type %}* {{columnType}}
{% endfor %}*
*/
{{ methods | safe }}
}