removed comments
This commit is contained in:
@@ -9,11 +9,11 @@ class Provision extends BaseController
|
|||||||
|
|
||||||
public function prepareProvision(): string
|
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->prepareDataBase(); // allocte port for the conyainer use
|
||||||
|
|
||||||
// $this->updateProvision();
|
$this->updateProvision();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user