for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Isswp101\Persimmon\Model;
use Isswp101\Persimmon\DI\Container;
use Isswp101\Persimmon\DI\DI;
class ElasticsearchModel extends BaseModel implements IElasticsearchModel
{
protected static function di(): Container
return DI::make(DI::ELASTICSEARCH);
}