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

<?php

namespace App\Models;

class Commercial extends User
{
    protected $table = 'users';
    
    public function commandes() {
        return $this->hasMany(Commande::class, 'commercial_id', 'id');
    }
}

Zerion Mini Shell 1.0