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

7 lines
71 B
PHP

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