|
@@ -380,7 +380,7 @@ class Model
|
|
*
|
|
*
|
|
* @return Collection|LengthAwarePaginator
|
|
* @return Collection|LengthAwarePaginator
|
|
*/
|
|
*/
|
|
- protected function get()
|
|
|
|
|
|
+ public function get()
|
|
{
|
|
{
|
|
if (
|
|
if (
|
|
$this->model instanceof LengthAwarePaginator
|
|
$this->model instanceof LengthAwarePaginator
|