First round of API additions
This commit is contained in:
parent
bf9708fe4f
commit
698c121e11
8 changed files with 229 additions and 142 deletions
|
@ -168,9 +168,10 @@ interface RepositoryInterface
|
|||
/**
|
||||
* Return all records from the model.
|
||||
*
|
||||
* @param null $paginate
|
||||
* @return mixed
|
||||
*/
|
||||
public function all();
|
||||
public function all($paginate = null);
|
||||
|
||||
/**
|
||||
* Insert a single or multiple records into the database at once skipping
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue