8889841chome/clixcotz/fmi.clix.co.tz/app/Returns.php000064400000001463150476750630015054 0ustar00belongsTo('App\Biller'); } public function customer() { return $this->belongsTo('App\Customer'); } public function warehouse() { return $this->belongsTo('App\Warehouse'); } public function user() { return $this->belongsTo('App\User'); } }