JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour

File "Watch_history.php"

Full Path: /home/u735268861/domains/palsarh.in/public_html/app/Models/Watch_history.php
File size: 347 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;

class Watch_history extends Model
{
    use HasFactory;

    protected $fillable = [
        'course_id',
        'student_id',
        'completed_lesson',
        'watching_lesson_id',
        'completed_date',
    ];
}