Skip to content

Commit 058dd48

Browse files
committed
fix: Make \ public static to match Orchestra
1 parent f3eac96 commit 058dd48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ abstract class TestCase extends Orchestra
1111
protected $html;
1212
protected $middleware;
1313
protected $request;
14-
public $latestResponse;
14+
public static $latestResponse;
1515

1616
abstract protected function getMiddleware();
1717

0 commit comments

Comments
 (0)