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