Missing IO in GO Inputs Template.

main
Robert 3 years ago
parent ea976c3779
commit 01540e23f9
  1. 1
      src/mockup/go_text_templates/inputs.txt
  2. 2
      src/mockup/inputs/app/home_in.php

@ -8,6 +8,7 @@ use \tts\INPUTS;
use \tts\FIELD_FILTER; use \tts\FIELD_FILTER;
use \tts\HTML_FLAG; use \tts\HTML_FLAG;
use \tts\DB_FILTER; use \tts\DB_FILTER;
use \tts\use_io as IO;
class {{.File}}_in { class {{.File}}_in {

@ -8,7 +8,7 @@ use \tts\INPUTS;
use \tts\FIELD_FILTER; use \tts\FIELD_FILTER;
use \tts\HTML_FLAG; use \tts\HTML_FLAG;
use \tts\DB_FILTER; use \tts\DB_FILTER;
use tts\use_io as IO; use \tts\use_io as IO;
class home_in { class home_in {

Loading…
Cancel
Save