14 lines
297 B
PHP
14 lines
297 B
PHP
<?php
|
|
|
|
return [
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Database settings
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The name of the table to create in the database
|
|
|
|
|
*/
|
|
'table_name' => 'countries',
|
|
];
|