updated rayon

This commit is contained in:
Jagad R R
2025-01-19 15:48:50 +07:00
parent c8dbef00d6
commit cbc6b5aa27
5 changed files with 40 additions and 7 deletions
+5
View File
@@ -11,4 +11,9 @@ class Rayon extends Model
protected $table = 'rayon';
protected $fillable = ['code', 'name', 'cabang_id'];
public function cabang()
{
return $this->belongsTo('App\Models\Cabang');
}
}