mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-08 21:28:40 +00:00
parent
3b740eae3c
commit
4937fdb9f7
|
|
@ -73,17 +73,6 @@ interface DataMapperInterface
|
||||||
*/
|
*/
|
||||||
public static function find(string $search) : array;
|
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.
|
* Load.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -376,8 +376,6 @@ class Builder extends BuilderAbstract
|
||||||
return $this->grammar->compileQuery($this);
|
return $this->grammar->compileQuery($this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Resolves join dependencies
|
* Resolves join dependencies
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user