mirror of
https://github.com/silverstripe/silverstripe-frameworktest
synced 2024-10-22 11:06:02 +02:00
BUGFIX: add missing page controller class from BigFamilyPage
This commit is contained in:
parent
a2e3738f66
commit
34f0da3d44
@ -44,4 +44,7 @@ class BigFamilyPage extends Page{
|
||||
|
||||
DB::alteration_message("Added default 'BigFamilyPage' and its children pages","created");
|
||||
}
|
||||
}
|
||||
|
||||
class BigFamilyPage_Controller extends Page_Controller{
|
||||
}
|
Loading…
Reference in New Issue
Block a user