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

7 lines
72 B
PHP

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