Remove unused property

This commit is contained in:
Natan Felles 2018-12-03 21:53:30 -02:00
parent 70d2d70197
commit b28e1abab1
No known key found for this signature in database
GPG Key ID: 59CC6FA82E1E87FD

View File

@ -63,20 +63,6 @@ class Paths
*/
public $testsDirectory = __DIR__ . '/../../tests';
/*
* ---------------------------------------------------------------
* PUBLIC DIRECTORY NAME
* ---------------------------------------------------------------
*
* This variable must contain the name of the directory that
* contains the main index.php front-controller. By default,
* this is the `public` directory, but some hosts may not
* be able to map a primary domain to a sub-directory so you
* can change this to `public_html`, for example, to comply
* with your host's needs.
*/
public $publicDirectory = FCPATH;
/*
* ---------------------------------------------------------------
* VIEW DIRECTORY NAME