9 lines
124 B
PHP
9 lines
124 B
PHP
<?php
|
|
namespace ProVM\Enforce\Database\Query\MySQL;
|
|
|
|
use ProVM\Ideal\Database\Query;
|
|
|
|
class Update extends Query\Update
|
|
{
|
|
}
|