removed comments

This commit is contained in:
CHIEFSOFT\ameye
2025-01-29 19:47:08 -05:00
parent bca4b2cda5
commit 15b6165d0a
+2 -2
View File
@@ -9,11 +9,11 @@ class Provision extends BaseController
public function prepareProvision(): string
{
// $this->allocatePortNo(); // allocte port for the conyainer use
$this->allocatePortNo(); // allocte port for the conyainer use
$this->prepareDataBase(); // allocte port for the conyainer use
// $this->updateProvision();
$this->updateProvision();
return 0;
}