mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-11 10:53:47 +02:00
First round of API additions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user