For some reason, I am getting a BadMethodCallException when using the withDefault()
method. That's what I have in my Model:
public function user()
{
return $this->belongsTo('App\User')->withDefault([
'name' => 'Guest Author',
]);
}
I got:
BadMethodCallException in Builder.php line 2451: Call to undefined method Illuminate\Database\Query\Builder::withDefault() in Builder.php line 2451