| Current Path : /home/zada/www/app/Models/ |
| Current File : /home/zada/www/app/Models/PreorderCommissionHistory.php |
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
use App\Traits\PreventDemoModeChanges;
class PreorderCommissionHistory extends Model
{
use PreventDemoModeChanges,PreventDemoModeChanges;
public function preorder(){
return $this->belongsTo(Preorder::class);
}
}