ok
Direktori : /home2/selectio/public_html/limpiar.in.net/vendor/maatwebsite/excel/src/Concerns/ |
Current File : /home2/selectio/public_html/limpiar.in.net/vendor/maatwebsite/excel/src/Concerns/FromView.php |
<?php namespace Maatwebsite\Excel\Concerns; use Illuminate\Contracts\View\View; interface FromView { /** * @return View */ public function view(): View; }