project blueprint : fix currentStep field
This commit is contained in:
parent
3477a6f2fd
commit
3b2f881424
6 changed files with 15 additions and 6 deletions
|
|
@ -13,10 +13,6 @@ class ProjectPage extends Page {
|
|||
return $steps;
|
||||
}
|
||||
|
||||
public function getCurrentStep() {
|
||||
return $this->getStepsLabel()[$this->currentStep()];
|
||||
}
|
||||
|
||||
private function createStep($child) {
|
||||
$files = [];
|
||||
$uri = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue