Open robiokta opened 3 years ago
in your library documentation ->join('address', 'users.id = address.uid', 'INNER JOIN')
but when i use that code not working properly,
i tried this ->join('address', 'users.id = address.uid', 'INNER ') ->join('address', 'users.id = address.uid', 'LEFT')
source
in your library documentation ->join('address', 'users.id = address.uid', 'INNER JOIN')
but when i use that code not working properly,
i tried this ->join('address', 'users.id = address.uid', 'INNER ') ->join('address', 'users.id = address.uid', 'LEFT')
source