mirror of
https://github.com/pelican-dev/panel.git
synced 2025-06-12 11:58:58 +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();
|
||||
});
|
||||
|
||||
dd('works?');
|
||||
|
||||
$portMappings = [];
|
||||
foreach (DB::table('allocations')->get() as $allocation) {
|
||||
$portMappings[$allocation->server_id][] = "$allocation->ip:$allocation->port";
|
||||
|
Loading…
x
Reference in New Issue
Block a user