%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/Taux.php

<?php

namespace App\Models;

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

class Taux extends Model
{
    use HasFactory;

    protected $fillable = [
        'taux',
    ];

    public function factures(){
        return $this->belongsTo(Facture::class);
    }
}

Zerion Mini Shell 1.0