Duffer Derek

Current Path : /var/www/invoice-sync.bitkit.dk/httpdocs/app/Models/
Upload File :
Current File : /var/www/invoice-sync.bitkit.dk/httpdocs/app/Models/Client.php

<?php

namespace App\Models;

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

class Client extends Model
{
    use HasFactory;
    protected $table = 'client';

    protected $fillable = [
        'client_no','name','email','source','podio_item_id'
    ];
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists