Laravel allow null records relationship Programing Coderfunda February 23, 2022 Laravel, php No comments <?phpLaravel allow null records relationship/** * Get the author of the post. */public function user(){ return $this->belongsTo(User::class)->withDefault();} Share This: Facebook Twitter Google+ Stumble Digg Email ThisBlogThis!Share to XShare to Facebook
0 comments:
Post a Comment
Thanks