mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-18 04:48:39 +00:00
parent
3b740eae3c
commit
4937fdb9f7
|
|
@ -73,17 +73,6 @@ interface DataMapperInterface
|
|||
*/
|
||||
public static function find(string $search) : array;
|
||||
|
||||
/**
|
||||
* List data.
|
||||
*
|
||||
* @param Builder $query Query
|
||||
*
|
||||
* @return mixed
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public static function listResults(Builder $query);
|
||||
|
||||
/**
|
||||
* Load.
|
||||
*
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -376,8 +376,6 @@ class Builder extends BuilderAbstract
|
|||
return $this->grammar->compileQuery($this);
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Resolves join dependencies
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user