backlinks
This commit is contained in:
@@ -64,6 +64,7 @@ class RecordController extends Controller
|
||||
$graphArray = null;
|
||||
$graph = $this->query
|
||||
->filter($arguments)
|
||||
->notLinked($request->input("notlinked") ?? "")
|
||||
->limit($limit)
|
||||
->status(explode(",", $arguments["status_in"]))
|
||||
->skip($skip)
|
||||
|
||||
Reference in New Issue
Block a user