invoiceninja/config/countries.php
2019-01-30 21:45:46 +11:00

16 lines
305 B
PHP
Executable file

<?php
return array(
/*
|--------------------------------------------------------------------------
| Database settings
|--------------------------------------------------------------------------
|
| The name of the table to create in the database
|
*/
'table_name' => 'countries',
);