Masatoshi Ogiwara
Masatoshi Ogiwara
@liamduckett Hi ! Maybe fix your relationship method clean and using the relation when you apply conditions. ``` $comment->user() ->when($condition, fn($query) => $query->where('active', true)) ->get(); ``` ### Why returning not...
@Jackymancs4 Your document is written in Choose MSSQL Database, but i think that you means Choose MYSQL Database .
@miguelgrinberg > This PR includes several formatting changes that are unrelated to the fix in question. I would prefer if those were removed and if necessary, submitted separately as another...