7 lines
49 B
PHP
7 lines
49 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return array(
|
||
|
|
|
||
|
|
'default' => 'sqlite',
|
||
|
|
|
||
|
|
);
|