Skip to content

Commit 38bccf9

Browse files
restore
1 parent 9217652 commit 38bccf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/DeferPropsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ public function test_can_resolve_bindings_when_invoked(): void
3838
return $request;
3939
});
4040

41-
$this->assertInstanceOf(Request::class, $deferProp());
41+
static::assertInstanceOf(Request::class, $deferProp());
4242
}
4343
}

0 commit comments

Comments
 (0)