comparison src/Generator/Controller/ControllerGenerator.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
comparison
equal deleted inserted replaced
8:4216c0dc638c 9:d4730c14806d
32 /** 32 /**
33 * Execute the console command. 33 * Execute the console command.
34 */ 34 */
35 public function handle() 35 public function handle()
36 { 36 {
37 $this->setCurrentTable($this->getTableInput());
38 parent::handle(); 37 parent::handle();
39 } 38 }
40 39
41 /** 40 /**
42 * Get the stub file for the generator. 41 * Get the stub file for the generator.