Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
painelrioalimentos.meumercado.app
/
vendor
/
box
/
spout
/
src
/
Spout
/
Common
/
Editing: Type.php
<?php namespace Box\Spout\Common; /** * Class Type * This class references the supported types */ abstract class Type { const CSV = 'csv'; const XLSX = 'xlsx'; const ODS = 'ods'; }
Save
Cancel