mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Remove unused property
This commit is contained in:
parent
70d2d70197
commit
b28e1abab1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user