Fix missing php tags (#6687)
* fix missing php tags * fix missing php tags
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
<?php
|
||||
|
||||
abstract class Event_Handler{
|
||||
// Force Extending class to define this method
|
||||
abstract public function log_event($event_type, $params);
|
||||
|
||||
Reference in New Issue
Block a user