7 lines
71 B
PHP
7 lines
71 B
PHP
<?php
|
|
|
|
namespace Driver\SQL\Condition;
|
|
|
|
abstract class Condition {
|
|
|
|
} |