Zeinab Salem

Results 1 comments of Zeinab Salem

> As pointed out by @PharaohAsh initially the problem is with how the table name is inferred using the relation string: > > ``` > QueryBuilder::for(Post::class) > ->allowedIncludes('author') > ->allowedFields('author.id',...