mirror of
https://github.com/pelican-dev/panel.git
synced 2025-06-13 11:41:07 +02:00
Remove debug
This commit is contained in:
parent
bcb7240ed2
commit
b47f40bd13
@ -25,8 +25,6 @@ return new class extends Migration
|
|||||||
$table->json('ports')->change();
|
$table->json('ports')->change();
|
||||||
});
|
});
|
||||||
|
|
||||||
dd('works?');
|
|
||||||
|
|
||||||
$portMappings = [];
|
$portMappings = [];
|
||||||
foreach (DB::table('allocations')->get() as $allocation) {
|
foreach (DB::table('allocations')->get() as $allocation) {
|
||||||
$portMappings[$allocation->server_id][] = "$allocation->ip:$allocation->port";
|
$portMappings[$allocation->server_id][] = "$allocation->ip:$allocation->port";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user