fixing various stuff
This commit is contained in:
@@ -211,9 +211,9 @@ class RecordController extends Controller
|
||||
->limit(1)
|
||||
->skip(0)
|
||||
->childrenDepth(2)
|
||||
->childrenLimit(100)
|
||||
->childrenLimit(200)
|
||||
->parentsDepth(1)
|
||||
->parentsLimit(100)
|
||||
->parentsLimit(200)
|
||||
->run();
|
||||
|
||||
if ($graph->records->isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user