D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
www
/
vendor
/
maatwebsite
/
excel
/
src
/
Maatwebsite
/
Excel
/
Files
/
Filename :
ImportHandler.php
back
Copy
<?php namespace Maatwebsite\Excel\Files; interface ImportHandler { /** * Handle the import * @param $file * @return mixed */ public function handle($file); }