fix: errors
This commit is contained in:
@@ -119,7 +119,7 @@ class ProductionSeeder extends Seeder
|
||||
$settings->update(['public_ipv6' => $ipv6]);
|
||||
}
|
||||
}
|
||||
} catch (\Exception $e) {
|
||||
} catch (\Throwable $e) {
|
||||
echo "Error: {$e->getMessage()}\n";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user