We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b2fbb1 commit 8dac325Copy full SHA for 8dac325
app/controllers/LrsController.php
@@ -190,7 +190,6 @@ public function destroy($lrs_id){
190
*/
191
public function statements($lrs_id){
192
$site = \Site::first();
193
- return "hello";
194
$statements = (new StatementIndexer)->index(new IndexOptions([
195
'lrs_id' => $lrs_id,
196
'limit' => $this->statement->count([
0 commit comments