| Current Path : /var/www/html/performance.sumar.com.py/vendor/maatwebsite/excel/src/Concerns/ |
| Current File : /var/www/html/performance.sumar.com.py/vendor/maatwebsite/excel/src/Concerns/WithProgressBar.php |
<?php
namespace Maatwebsite\Excel\Concerns;
use Illuminate\Console\OutputStyle;
interface WithProgressBar
{
/**
* @return OutputStyle
*/
public function getConsoleOutput(): OutputStyle;
}