web-base/core/Driver/SQL/Condition/Condition.class.php

10 lines
76 B
PHP

<?php
namespace Driver\SQL\Condition;
abstract class Condition {
}
?>