From 41ce5229c74ae055948ef78b0c7aac9363ab6e62 Mon Sep 17 00:00:00 2001 From: shibafu Date: Tue, 18 Feb 2020 02:09:01 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=93=E3=82=8C=E3=81=AF=E3=81=84=E3=82=8F?= =?UTF-8?q?=E3=82=86=E3=82=8B=E3=82=B5=E3=83=BC=E3=83=93=E3=82=B9=E3=81=AA?= =?UTF-8?q?=E3=81=AE=E3=81=A7=E3=81=AF=E3=81=A8=E6=80=9D=E3=81=A3=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/{Io => Services}/CheckinCsvImporter.php | 2 +- tests/Unit/{Io => Services}/CheckinCsvImporterTest.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename app/{Io => Services}/CheckinCsvImporter.php (99%) rename tests/Unit/{Io => Services}/CheckinCsvImporterTest.php (99%) diff --git a/app/Io/CheckinCsvImporter.php b/app/Services/CheckinCsvImporter.php similarity index 99% rename from app/Io/CheckinCsvImporter.php rename to app/Services/CheckinCsvImporter.php index 1239667..b4906f5 100644 --- a/app/Io/CheckinCsvImporter.php +++ b/app/Services/CheckinCsvImporter.php @@ -1,6 +1,6 @@