first
This commit is contained in:
9
wp-content/plugins/query-monitor/output/Raw.php
Normal file
9
wp-content/plugins/query-monitor/output/Raw.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php declare(strict_types = 1);
|
||||
/**
|
||||
* Abstract output class for raw output encoded as JSON.
|
||||
*
|
||||
* @package query-monitor
|
||||
*/
|
||||
|
||||
abstract class QM_Output_Raw extends QM_Output {
|
||||
}
|
Reference in New Issue
Block a user