Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
svenluijten committed Sep 7, 2023
1 parent 6a15d0d commit a9b60c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,9 @@ protected function view($name)
}

/**
* @param \Illuminate\Contracts\Foundation\Application $app
* @return string
*/
protected function getServiceProviderClass()
protected static function getServiceProviderClass(): string
{
return ServiceProvider::class;
}
Expand Down

0 comments on commit a9b60c0

Please sign in to comment.