mirror of
https://github.com/silverstripe/silverstripe-restfulserver
synced 2024-10-22 14:05:58 +02:00
Merge pull request #124 from creative-commoners/pulls/4/protect-hooks
API Set extension hook implementation visibility to protected
This commit is contained in:
commit
bf6e532a51
@ -23,7 +23,7 @@ class RestfulServerTestExceptionThrown extends DataObject implements TestOnly
|
||||
'Title' => 'Text',
|
||||
);
|
||||
|
||||
public function onBeforeWrite()
|
||||
protected function onBeforeWrite()
|
||||
{
|
||||
parent::onBeforeWrite();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user