We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dec382c commit e36c0b1Copy full SHA for e36c0b1
sources/Sql/Dml/Insert/InsertCommand.php
@@ -9,9 +9,9 @@
9
10
namespace SqlFtw\Sql\Dml\Insert;
11
12
-use SqlFtw\Sql\Ddl\DdlCommand;
+use SqlFtw\Sql\Dml\DmlCommand;
13
14
-interface InsertCommand extends DdlCommand
+interface InsertCommand extends DmlCommand
15
{
16
17
}
sources/Sql/Dml/Insert/ReplaceCommand.php
-interface ReplaceCommand extends DdlCommand
+interface ReplaceCommand extends DmlCommand
0 commit comments