You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
json2db/app/Services/Chunkers/JsonChunker.php

13 lines
183 B

<?php
namespace App\Services\Chunkers;
use App\Interfaces\ChunkerInterface;
class JsonChunker implements ChunkerInterface
{
public function handle(): \Generator
{
}
}