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

10 lines
73 B
PHP

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