????

Your IP : 18.217.136.187


Current Path : /home/thenclexdoctor.com/public_html/app/Models/
Upload File :
Current File : /home/thenclexdoctor.com/public_html/app/Models/MeetingTime.php

<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Model;

class MeetingTime extends Model
{

    public static $open = "open";
    public static $finished = "finished";

    public static $saturday = "saturday";
    public static $sunday = "sunday";
    public static $monday = "monday";
    public static $tuesday = "tuesday";
    public static $wednesday = "wednesday";
    public static $thursday = "thursday";
    public static $friday = "friday";
    public static $days = ["saturday", "sunday", "monday", "tuesday", "wednesday", "thursday", "friday"];

    public $timestamps = false;

    protected $guarded = ['id'];

    public function meeting()
    {
        return $this->belongsTo('App\Models\Meeting', 'meeting_id', 'id');
    }
}

Page not found | The NCLEX Doctor

Page not found!

Sorry, this page is not available...