Commit 163dea5 1 parent 3e4fe88 commit 163dea5 Copy full SHA for 163dea5
File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ function test(
131
131
assertType ('Illuminate\Database\Eloquent\Builder<App\User> ' , $ user ->with ('accounts ' ));
132
132
assertType ('Illuminate\Database\Eloquent\Builder<App\User> ' , $ user ->with ('accounts ' )->with ('group ' ));
133
133
assertType ('Illuminate\Database\Eloquent\Builder<App\User> ' , $ user ->with (['accounts ' => function (Relation $ relation ) {
134
- assertType ('Illuminate\Database\Eloquent\Relations\Relation<Illuminate\Database\Eloquent\Model> ' , $ relation ->orderBy ('id ' ));
134
+ assertType ('Illuminate\Database\Eloquent\Relations\Relation ' , $ relation ->orderBy ('id ' ));
135
135
}]));
136
136
assertType ('Illuminate\Database\Eloquent\Builder<App\User> ' , User::lockForUpdate ());
137
137
assertType ('Illuminate\Database\Eloquent\Builder<App\User> ' , User::sharedLock ());
You can’t perform that action at this time.
0 commit comments