Releases: johnitvn/yii2-workbench
Releases · johnitvn/yii2-workbench
1.0.2
1.0.1
Fix bug parse error Report by vvp <[email protected]> class Workbench extends Component { public $workingDir = __DIR__ . '/../../../../workbench' ; ... ... ... ... PHP (5.5.15 on a XAAMP setup) complains with the following error: Parse error: syntax error, unexpected '.', expecting ',' or ';' It seems that the string concatenation is the culprit here. Please correct! Regards, VVP