mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-09 09:53:44 +02:00
Set out some roach traps to catch all these 🐛
This commit is contained in:
@@ -187,7 +187,7 @@ class NodeController extends BaseController
|
||||
*/
|
||||
public function allocationsView(Request $request, $id)
|
||||
{
|
||||
return Models\Allocation::where('assigned_to', $id)->get()->toArray();
|
||||
return Models\Allocation::where('server_id', $id)->get()->toArray();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user