%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /proc/self/root/var/www/html/app/Models/
Upload File :
Create Path :
Current File : //proc/self/root/var/www/html/app/Models/Color.php

<?php

namespace App\Models;

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

class Color extends Model
{
    use HasFactory;
    
    protected $fillable = [
        'color',
        'code',
    ];

    
    public function products(){
        
        return $this->belongsTo(Product::class);
    }
}

Zerion Mini Shell 1.0