| Current Path : /home/webg5288/public_html/mentengpark_ok/stubs/ |
| Current File : /home/webg5288/public_html/mentengpark_ok/stubs/import.collection.stub |
<?php
namespace DummyNamespace;
use Illuminate\Support\Collection;
use Maatwebsite\Excel\Concerns\ToCollection;
class DummyClass implements ToCollection
{
/**
* @param Collection $collection
*/
public function collection(Collection $collection)
{
//
}
}