diff src/Generator/BaseGenerator.php @ 9:d4730c14806d

Small changes to config generation and table name input
author luka
date Sat, 02 Dec 2023 10:18:52 -0500
parents 769a17898cc0
children 19b7a8de0019
line wrap: on
line diff
--- a/src/Generator/BaseGenerator.php	Wed Oct 18 21:04:32 2023 -0400
+++ b/src/Generator/BaseGenerator.php	Sat Dec 02 10:18:52 2023 -0500
@@ -48,6 +48,8 @@
             return false;
         }
 
+        $this->setCurrentTable($this->getTableInput());
+
         $path = $this->getPath();
 
         $file = $this->getFile($path);