modify
This commit is contained in:
@@ -265,7 +265,7 @@ class Connection extends Component
|
||||
*/
|
||||
public function createCommand($sql = null, array $attributes = []): Command
|
||||
{
|
||||
$substr = strtoupper(substr($sql, 0, 6));
|
||||
$substr = strtoupper(substr($sql, 1, 6));
|
||||
|
||||
var_dump($substr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user