Fix tests for 5.8
This commit is contained in:
@@ -7,7 +7,7 @@ class AwardsTest extends TestCase
|
||||
private $awardSvc;
|
||||
private $pirepSvc;
|
||||
|
||||
public function setUp()
|
||||
public function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
$this->awardSvc = app(\App\Services\AwardService::class);
|
||||
|
||||
Reference in New Issue
Block a user