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

7 lines
67 B
PHP

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