Added a method to fluently set belongs-to relation
This method spun off from a discussion in IRC. What this enables is this: $user->comments()->insert($comment_data)->article()->bind($article->id)
Showing
Please register or sign in to comment