ToAutoMake.php 147 B

12345678910
  1. <?php
  2. namespace app\crud\make;
  3. interface ToAutoMake
  4. {
  5. public function check($flag, $path);
  6. public function make($flag, $path, $other);
  7. }