ok
Direktori : /proc/thread-self/root/proc/self/root/home2/selectio/www/innerstore/app/Model/ |
Current File : //proc/thread-self/root/proc/self/root/home2/selectio/www/innerstore/app/Model/Transaction.php |
<?php namespace App\Model; use Illuminate\Database\Eloquent\Model; class Transaction extends Model { public function order(){ return $this->belongsTo(Order::class); } }