HOME


Mini Shell 1.0
Login Page - Texind
png


Welcome to Texind Admin Portal! 馃憢

DIR: /home/u358511784/domains/texindcolors.com/public_html/app/Models/
Upload File :
Current File : /home/u358511784/domains/texindcolors.com/public_html/app/Models/Color.php
<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Model;

class Color extends Model
{
        
    protected $primaryKey = 'id';
    protected $table = 'color_master';
    public $timestamps = false;
    protected $fillable = [
          
       'title',
       'color_code',
       'status'
        		
    ];

    
}