%PDF- %PDF-
Direktori : /proc/self/root/var/www/html/app/Models/ |
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'); } }