Server : Apache
System : Linux d13078.sgp1.stableserver.net 5.14.0-611.13.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 11 04:57:59 EST 2025 x86_64
User : ssa2port ( 1003)
PHP Version : 8.1.34
Disable Function : NONE
Directory :  /home/ssa2port/accounts.trinityturbo.com/app/Models/

📁 Create New:
⬆️ Upload File:
Current Dir [ Writable ] Root [ Writable ]


OR Upload from URL:
URL: Save as:

📄 File: ContractComment.php

Path: /home/ssa2port/accounts.trinityturbo.com/app/Models/ContractComment.php

Size: 400 B

Permissions: 0664

<?php

namespace App\Models;

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

class ContractComment extends Model
{
    protected $fillable = [
        'contract_id',
        'comment',
        'created_by',
        'type',
    ];
    
    public function client()
    {
        return $this->hasOne('App\Models\Customer', 'id', 'created_by');
    }
}

← Back to Directory Edit File 🔒 Chmod

WP File Manager