Merge pull request #9919 from pine3ree/patch-3

fix typo in core constants phpdoc block
This commit is contained in:
Daniel Hensby 2021-04-21 23:50:11 +01:00 committed by GitHub
commit c18a5f92a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ use SilverStripe\Core\TempFolder;
* - PUBLIC_PATH: Absolute path to webroot, e.g. "/var/www/project/public"
* - THIRDPARTY_DIR: Path relative to webroot, e.g. "framework/thirdparty"
* - THIRDPARTY_PATH: Absolute filepath, e.g. "/var/www/my-webroot/framework/thirdparty"
* - RESOURCES_DIR: Name of the directory where vendor assets will be exposed, e.g. "_ressources"
* - RESOURCES_DIR: Name of the directory where vendor assets will be exposed, e.g. "_resources"
*/
require_once __DIR__ . '/functions.php';