Skip to content

Commit 51b1ea8

Browse files
committed
Fix IDE Helpers
1 parent 2971317 commit 51b1ea8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_ide_helpers.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
namespace Illuminate\Testing {
88

99
/**
10-
* @see \ClaudioDekker\Inertia\TestResponseMacros
10+
* @see \Inertia\Testing\TestResponseMacros
1111
*
1212
* @method self assertInertia(\Closure $assert = null)
1313
*/
@@ -20,7 +20,7 @@ class TestResponse
2020
namespace Illuminate\Foundation\Testing {
2121

2222
/**
23-
* @see \ClaudioDekker\Inertia\TestResponseMacros
23+
* @see \Inertia\Testing\TestResponseMacros
2424
*
2525
* @method self assertInertia(\Closure $assert = null)
2626
*/

0 commit comments

Comments
 (0)