Merge pull request #124 from creative-commoners/pulls/4/protect-hooks

API Set extension hook implementation visibility to protected
This commit is contained in:
Guy Sartorelli 2024-05-21 16:06:44 +12:00 committed by GitHub
commit bf6e532a51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ class RestfulServerTestExceptionThrown extends DataObject implements TestOnly
'Title' => 'Text',
);
public function onBeforeWrite()
protected function onBeforeWrite()
{
parent::onBeforeWrite();