%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/workeasy-api/app/Models/
Upload File :
Create Path :
Current File : /var/www/html/workeasy-api/app/Models/Feedback.php

<?php

namespace Workeasy\Models;

class Feedback extends BaseModel
{
    protected $fillable = [
        'rating',
        'description',
    ];

    protected $guarded = [
        'interview_id',
    ];

    public function interview()
    {
        return $this->belongsTo(Interview::class);
    }
}

Zerion Mini Shell 1.0