%PDF- %PDF-
Direktori : /proc/thread-self/root/var/www/html/hrsys/api/vendor/maatwebsite/excel/src/Concerns/ |
Current File : //proc/thread-self/root/var/www/html/hrsys/api/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; }