Current Path : /home/thenclexdoctor.com/public_html/app/Models/Api/ |
Current File : /home/thenclexdoctor.com/public_html/app/Models/Api/Prerequisite.php |
<?php namespace App\Models\Api; use App\Models\Prerequisite as Model; class Prerequisite extends Model { public function prerequisiteWebinar() { return $this->belongsTo('App\Models\Api\Webinar', 'prerequisite_id', 'id') ->where('status','active')->where('private',false) ; ; } }
Sorry, this page is not available...