| 1 | <?php |
||
| 16 | class ElasticsearchModel extends Eloquent implements IElasticsearchModel |
||
| 17 | { |
||
| 18 | protected static function di(): Container |
||
| 19 | { |
||
| 20 | return DI::make(DI::ELASTICSEARCH); |
||
| 21 | } |
||
| 22 | |||
| 23 | protected function belongsTo(string $class): BelongsToRelationship |
||
| 27 | |||
| 28 | protected function hasMany(string $class): HasManyRelationship |
||
| 32 | } |