MAJOR: upgrade to new version of Silverstripe - step: Apply PSR2 Cleanup.

This commit is contained in:
thiemen 2019-04-23 18:34:17 +12:00
parent 682caa3bca
commit 78f7ec9307

View File

@ -35,7 +35,7 @@ class DMSDocument_versions extends DataObject
* OLD: private static $db (case sensitive)
* NEW:
private static $table_name = '[SEARCH_REPLACE_CLASS_NAME_GOES_HERE]';
private static $db (COMPLEX)
* EXP: Check that is class indeed extends DataObject and that it is not a data-extension!
* ### @@@@ STOP REPLACEMENT @@@@ ###