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