Add linebreak because code style is important
This commit is contained in:
parent
42fb9fdbd9
commit
3163517f8d
|
@ -393,6 +393,7 @@ class ServerRepository extends EloquentRepository implements ServerRepositoryInt
|
||||||
{
|
{
|
||||||
return $this->getBuilder()
|
return $this->getBuilder()
|
||||||
->with('nest')
|
->with('nest')
|
||||||
->where('node_id', '=', $node)->get();
|
->where('node_id', '=', $node)
|
||||||
|
->get();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue