diff --git a/Connection.php b/Connection.php index b95b831..8aa620e 100644 --- a/Connection.php +++ b/Connection.php @@ -39,6 +39,7 @@ class Connection extends Component public string $password = ''; public string $username = ''; public string $charset = 'utf-8'; + public string $tablePrefix = ''; public string $database = '';