mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 11:05:55 +02:00
MINOR: Added docblock for Subsite::createInitialRecords() (from r80860)
This commit is contained in:
parent
835208b50f
commit
78c8d364b2
@ -345,6 +345,9 @@ JS;
|
|||||||
return ($groupCount > 0);
|
return ($groupCount > 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Overload this function to generate initial records in your newly created subsite.
|
||||||
|
*/
|
||||||
function createInitialRecords() {
|
function createInitialRecords() {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user