mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-19 04:24:00 +00:00
8a28eb1790
This reverts merge request !5
18 lines
260 B
PHP
18 lines
260 B
PHP
<?php
|
|
|
|
namespace App\Classes\Excel\Import;
|
|
|
|
use Maatwebsite\Excel\Concerns\FromArray;
|
|
|
|
class CompaniesExport implements FromArray
|
|
{
|
|
/**
|
|
* @return array
|
|
*/
|
|
public function array(): array
|
|
{
|
|
return [
|
|
//
|
|
];
|
|
}
|
|
} |