vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/BelongsTo.php 
添加!!!!!!!

public function getForeignKeyName()
{
$segments = explode('.', $this->getQualifiedForeignKeyName());
return end($segments);
}

public function getQualifiedForeignKeyName()
{
return $this->foreignKey;
}

相关文章:

  • 2021-10-03
  • 2021-07-30
  • 2021-07-12
  • 2022-12-23
  • 2022-12-23
  • 2021-10-16
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-22
  • 2022-02-03
  • 2022-12-23
  • 2022-01-05
  • 2022-12-23
相关资源
相似解决方案