13 lines
130 B
PHP
13 lines
130 B
PHP
<?php
|
|
|
|
namespace Driver\SQL\Strategy;
|
|
|
|
class SetDefaultStrategy extends Strategy {
|
|
|
|
public function __construct() {
|
|
}
|
|
|
|
};
|
|
|
|
?>
|