diff --git a/src/ListEloquentTable.php b/src/ListEloquentTable.php index 79f8bbc..a47b74b 100644 --- a/src/ListEloquentTable.php +++ b/src/ListEloquentTable.php @@ -1,6 +1,7 @@ dataProvider = $dataProvider; parent::__construct($this->dataProvider->getJson()); } + + public function getCollection() + { + return $this->dataProvider->getCollection(); + } } \ No newline at end of file