belongs_to.php
2.67 KB
-
Added a method to fluently set belongs-to relation · 55ad4e9a
This method spun off from a discussion in IRC. What this enables is this: $user->comments()->insert($comment_data)->article()->bind($article->id)
kapil verma committed