Skip to content

Commit b28e1ab

Browse files
committed
Remove unused property
1 parent 70d2d70 commit b28e1ab

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

application/Config/Paths.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -63,20 +63,6 @@ class Paths
6363
*/
6464
public $testsDirectory = __DIR__ . '/../../tests';
6565

66-
/*
67-
* ---------------------------------------------------------------
68-
* PUBLIC DIRECTORY NAME
69-
* ---------------------------------------------------------------
70-
*
71-
* This variable must contain the name of the directory that
72-
* contains the main index.php front-controller. By default,
73-
* this is the `public` directory, but some hosts may not
74-
* be able to map a primary domain to a sub-directory so you
75-
* can change this to `public_html`, for example, to comply
76-
* with your host's needs.
77-
*/
78-
public $publicDirectory = FCPATH;
79-
8066
/*
8167
* ---------------------------------------------------------------
8268
* VIEW DIRECTORY NAME

0 commit comments

Comments
 (0)