fixed table
This commit is contained in:
parent
d533aeaa9e
commit
2c2b7f8723
@ -30,7 +30,8 @@ class ExportDataCommand extends Command
|
|||||||
|
|
||||||
protected function execute(Input $input, Output $output)
|
protected function execute(Input $input, Output $output)
|
||||||
{
|
{
|
||||||
$table = Utils::tablePrefix() . $input->getArgument('table');
|
//$table = // Utils::tablePrefix() .
|
||||||
|
$table = $input->getArgument('table');
|
||||||
$parent = $input->getOption('pid');
|
$parent = $input->getOption('pid');
|
||||||
$module = $input->getOption('module');
|
$module = $input->getOption('module');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user