Rename the PirepService class

This commit is contained in:
Nabeel Shahzad
2018-03-06 17:36:06 -06:00
parent a325470b8f
commit dc2570a408
7 changed files with 22 additions and 18 deletions

View File

@@ -17,7 +17,7 @@ class PIREPTest extends TestCase
parent::setUp(); // TODO: Change the autogenerated stub
$this->addData('base');
$this->pirepSvc = app('App\Services\PIREPService');
$this->pirepSvc = app('App\Services\PirepService');
$this->settingsRepo = app(SettingRepository::class);
}