We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e932d commit 87f1422Copy full SHA for 87f1422
1 file changed
src/Models/InventoryStock.php
@@ -49,6 +49,6 @@ public function transactions()
49
*/
50
public function location()
51
{
52
- return $this->hasOne(Location::class);
+ return $this->belongsTo(Location::class);
53
}
54
0 commit comments