'int' ]; protected $fillable = [ 'user_id' ]; public function sf_guard_user() { return $this->belongsTo(SfGuardUser::class, 'user_id'); } }