これはいわゆるサービスなのではと思った
This commit is contained in:
parent
6387d4e853
commit
41ce5229c7
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace App\Io;
|
||||
namespace App\Services;
|
||||
|
||||
use App\Ejaculation;
|
||||
use App\Exceptions\CsvImportException;
|
@ -1,10 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Tests\Unit\Io;
|
||||
namespace Tests\Unit\Services;
|
||||
|
||||
use App\Ejaculation;
|
||||
use App\Exceptions\CsvImportException;
|
||||
use App\Io\CheckinCsvImporter;
|
||||
use App\Services\CheckinCsvImporter;
|
||||
use App\User;
|
||||
use Illuminate\Foundation\Testing\RefreshDatabase;
|
||||
use Illuminate\Support\Carbon;
|
Loading…
Reference in New Issue
Block a user