mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
17 lines
305 B
PHP
17 lines
305 B
PHP
|
<?php
|
||
|
|
||
|
return array(
|
||
|
|
||
|
|
||
|
/*
|
||
|
|--------------------------------------------------------------------------
|
||
|
| Database settings
|
||
|
|--------------------------------------------------------------------------
|
||
|
|
|
||
|
| The name of the table to create in the database
|
||
|
|
|
||
|
*/
|
||
|
'table_name' => 'countries',
|
||
|
|
||
|
);
|