This commit is contained in:
shibafu 2020-05-23 16:26:07 +09:00
parent cc0e0271b8
commit 948b517c4d

View File

@ -31,6 +31,10 @@ class CheckinCsvImporter
$this->filename = $filename; $this->filename = $filename;
} }
/**
* インポート処理を実行します。
* @return int 取り込んだ件数
*/
public function execute(): int public function execute(): int
{ {
// Guess charset // Guess charset