DIR:/home/drishtigems.com/www/vendor/maatwebsite/excel/src/Concerns/ |
Current File : /home/drishtigems.com/www/vendor/maatwebsite/excel/src/Concerns/WithColumnWidths.php |
<?php namespace Maatwebsite\Excel\Concerns; interface WithColumnWidths { public function columnWidths(): array; } |