Skip to content

Commit

Permalink
Merge pull request #12 from someline/1.5
Browse files Browse the repository at this point in the history
Added parserResult interface
  • Loading branch information
libern authored Apr 4, 2017
2 parents c509b06 + 7d7833b commit b3e0ebc
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,13 @@ public function firstOrFail($columns = ['*']);
*/
public function whereFirst(array $where, $columns = ['*']);

/**
* Wrapper result data
*
* @param mixed $result
*
* @return mixed
*/
public function parserResult($result);

}

0 comments on commit b3e0ebc

Please sign in to comment.