mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
API Remove deprecated ManifestFileFinder::RESOURCES_DIR const
This commit is contained in:
parent
9b1052f955
commit
37dc0daacc
@ -25,11 +25,6 @@ class ManifestFileFinder extends FileFinder
|
||||
const TESTS_DIR = 'tests';
|
||||
const VENDOR_DIR = 'vendor';
|
||||
|
||||
/**
|
||||
* @deprecated 4.4.0:5.0.0 Use global `RESOURCES_DIR` instead.
|
||||
*/
|
||||
const RESOURCES_DIR = RESOURCES_DIR;
|
||||
|
||||
protected static $default_options = [
|
||||
'include_themes' => false,
|
||||
'ignore_tests' => true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user