7 lines
72 B
PHP
7 lines
72 B
PHP
|
<?php
|
||
|
|
||
|
namespace Core\Driver\SQL\Strategy;
|
||
|
|
||
|
abstract class Strategy {
|
||
|
|
||
|
}
|