/**
* ---------------------------------------------------------------
* VIEW DIRECTORY NAME
* ---------------------------------------------------------------
*
* This variable must contain the name of the directory that
* contains the view files used by your application. By
* default this is in app/Views. This value
* is used when no value is provided to Services::renderer().
*/
public string $viewDirectory = DIR . '/../Views';