You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// throw new \InvalidArgumentException('Second join parameter is not specified. The latestRelation() method should only be called from within a whereHas() on a hasMany relationship.');
// Builder::macro('latestRelationTwo', function () {
52
-
// if(! $where = $this->wheres[0] ?? null) {
53
-
// throw new \InvalidArgumentException('Second join parameter is not specified. The latestRelation() method should only be called from within a whereHas() on a hasMany relationship.');
54
-
// }
55
-
56
-
// return $this->where('id', function ($sub) use ($where) {
0 commit comments