add doc
This commit is contained in:
parent
cc0e0271b8
commit
948b517c4d
@ -31,6 +31,10 @@ class CheckinCsvImporter
|
||||
$this->filename = $filename;
|
||||
}
|
||||
|
||||
/**
|
||||
* インポート処理を実行します。
|
||||
* @return int 取り込んだ件数
|
||||
*/
|
||||
public function execute(): int
|
||||
{
|
||||
// Guess charset
|
||||
|
Loading…
Reference in New Issue
Block a user