Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:spatie/laravel-resource-links
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Mar 4, 2020
2 parents 5d3968c + ae3915c commit ddb0148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ abstract class TestCase extends BaseTestCase
/** @var \Spatie\ResourceLinks\Tests\Fakes\FakeRouter */
protected $fakeRouter;

protected function setUp() : void
protected function setUp(): void
{
parent::setUp();

Expand Down

0 comments on commit ddb0148

Please sign in to comment.