????
Current Path : /home/thenclexdoctor.com/public_html/app/Models/Api/ |
Current File : /home/thenclexdoctor.com/public_html/app/Models/Api/GroupUser.php |
<?php namespace App\Models\Api; use App\Models\GroupUser as Model; class GroupUser extends Model { // public function getBriefAttribute(){ if(!$this->group){ return null ; } return [ 'id'=>$this->group->id , 'name'=>$this->group->name , 'status'=>$this->group->status , 'commission'=>$this->group->commission , 'discount'=>$this->group->discount ] ; } }
Sorry, this page is not available...