windows环境下正常
return $this->hasOne('App\category', 'id', 'id');
而部署到ubuntu,
提示
FatalErrorException in Model.php line 740:
Class 'App\category' not found
是两个环境路径需要写不一样,还是有什么更好的兼容方法?
windows环境下正常
return $this->hasOne('App\category', 'id', 'id');
而部署到ubuntu,
提示
FatalErrorException in Model.php line 740:
Class 'App\category' not found
是两个环境路径需要写不一样,还是有什么更好的兼容方法?