因此,在运行Mojave的Macbook上,使用通过自制软件php7.1.23安装的MAMP,并使用php artisan serve
进行服务,我的以下代码运行良好:
public function integrations(){
return $this->hasMany('App\Integration');
}
这是在用户模型中。当我在具有nginx,php-fpm 7.2.19且具有相同数据库的小型Ubuntu 18.04.2服务器上进行测试时,代码将返回0
。有任何想法吗?