I can't figure out why I get this error:
Parse error: syntax error, unexpected '.', expecting ',' or ' in Settings.php on line 5
Here is the code
class Settings
{
public $appDir = 'app';
public $controllersDir = $appDir . '/controllers';
}