first
This commit is contained in:
10
wp-content/plugins/query-monitor/data/fallback.php
Normal file
10
wp-content/plugins/query-monitor/data/fallback.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php declare(strict_types = 1);
|
||||
/**
|
||||
* Fallback data transfer object for third-party collectors that don't extend
|
||||
* the new QM_DataCollector class.
|
||||
*
|
||||
* @package query-monitor
|
||||
*/
|
||||
|
||||
#[AllowDynamicProperties]
|
||||
class QM_Data_Fallback extends QM_Data {}
|
Reference in New Issue
Block a user