restore composer.json, add mysqli extension
This commit is contained in:
15
app/Imports/UsersImport.php
Executable file
15
app/Imports/UsersImport.php
Executable file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace App\Imports;
|
||||
|
||||
|
||||
use Maatwebsite\Excel\Concerns\ToModel;
|
||||
|
||||
class UsersImport implements ToModel
|
||||
{
|
||||
public function model(array $row)
|
||||
{
|
||||
return $row;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user