Skip to content

Commit c31a950

Browse files
jeff-hMateu Aguiló Bosch
authored andcommitted
[CLEANUP] Fix watchdog resource's class name
Correct a typo in the class name with a misplaced capital F.
1 parent 797dc60 commit c31a950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/restful_example/plugins/restful/db_query/watchdog/1.0/RestfulWatchdogResource.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Contains RestfulEntityBase.
66
*/
77

8-
class RestFulWatchdogResource extends \RestfulDataProviderDbQuery implements \RestfulDataProviderDbQueryInterface {
8+
class RestfulWatchdogResource extends \RestfulDataProviderDbQuery implements \RestfulDataProviderDbQueryInterface {
99
public function publicFieldsInfo() {
1010

1111
$public_fields['log_id'] = array(

0 commit comments

Comments
 (0)