Skip to content
This repository was archived by the owner on Jan 1, 2021. It is now read-only.

Commit e52cff5

Browse files
committed
Updated: Mappings Database to new name.
1 parent 2350e1c commit e52cff5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
'driver' => 'mysql',
5959
'host' => env('DB_HOST', '127.0.0.1'),
6060
'port' => env('DB_PORT', '3306'),
61-
'database' => "leonard1_mappings",
61+
'database' => "mappings",
6262
'username' => env('DB_USERNAME', 'forge'),
6363
'password' => env('DB_PASSWORD', ''),
6464
'unix_socket' => env('DB_SOCKET', ''),

0 commit comments

Comments
 (0)