mirror of
https://github.com/felixfoertsch/wordpress-dev-env.git
synced 2026-04-18 07:18:43 +02:00
10 lines
127 B
PHP
Executable File
10 lines
127 B
PHP
Executable File
<?php
|
|
/**
|
|
* Abstract output handler.
|
|
*
|
|
* @package query-monitor-extend
|
|
*/
|
|
|
|
abstract class QMX_Output extends QM_Output {
|
|
|
|
} |