nur-sery/nur_src/m/sqlite/SqliteRowIncarnation.php

8 lines
133 B
PHP
Raw Normal View History

2023-12-03 22:10:18 +04:00
<?php
namespace nur\m\sqlite;
use nur\m\base\AbstractRowIncarnation;
class SqliteRowIncarnation extends AbstractRowIncarnation {
}