mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-30 07:56:05 +00:00
9 lines
83 B
PHP
9 lines
83 B
PHP
<?php
|
|
|
|
class MockPDO extends PDO
|
|
{
|
|
public function __construct()
|
|
{
|
|
}
|
|
}
|