First round of API additions

This commit is contained in:
Dane Everitt 2017-11-19 16:30:00 -06:00
parent bf9708fe4f
commit 698c121e11
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
8 changed files with 229 additions and 142 deletions

View file

@ -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