Skip to content
This repository was archived by the owner on May 25, 2021. It is now read-only.

Commit 2f43a84

Browse files
R4356thKenny2github
authored andcommitted
Make onLoadExtensionSchemaUpdates a static function
1 parent b6e4d4e commit 2f43a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Report.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
class ReportHooks {
44

5-
function onLoadExtensionSchemaUpdates( $updater ) {
5+
static function onLoadExtensionSchemaUpdates( $updater ) {
66
$updater->addExtensionTable( 'report_reports',
77
__DIR__ . '/sql/table.sql' );
88
return true;

0 commit comments

Comments
 (0)