mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 13:14:45 +02:00
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()
|
||||
->with('nest')
|
||||
->where('node_id', '=', $node)->get();
|
||||
->where('node_id', '=', $node)
|
||||
->get();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user