public function user() { return $this->belongsTo(User::class, 'users_id') ->withDefault(function($inst) { return ''; }); }