interface Joiner

Methods

Model
join(string $relations, string $type = 'inner')

Join tables of the provided relations and return related model.

Details

at line 12
Model join(string $relations, string $type = 'inner')

Join tables of the provided relations and return related model.

Parameters

string $relations
string $type

Return Value

Model