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

10 lines
129 B
PHP
Raw Normal View History

2020-04-02 00:02:51 +02:00
<?php
2022-11-18 18:06:46 +01:00
namespace Core\Driver\SQL\Strategy;
2020-04-02 00:02:51 +02:00
class SetDefaultStrategy extends Strategy {
public function __construct() {
}
2020-04-03 17:39:58 +02:00
}