Add user CSV import
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Console;
|
||||
|
||||
use Core\Tool;
|
||||
use Core\Csv;
|
||||
use Symfony\Component\Console\Input\InputArgument;
|
||||
use Symfony\Component\Console\Input\InputInterface;
|
||||
use Symfony\Component\Console\Output\OutputInterface;
|
||||
@@ -28,7 +28,7 @@ class ProjectDailyColumnStatsExport extends Base
|
||||
);
|
||||
|
||||
if (is_array($data)) {
|
||||
Tool::csv($data);
|
||||
Csv::output($data);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user