Skip to content

Commit de9e1b4

Browse files
author
Smef
authored
Update README.md
Changed example filemaker database config
1 parent fd7650d commit de9e1b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The first thing to do is to add a new data connection in your ```database.php```
3737

3838
You may use the following code block below as a template.
3939

40-
'my-filemaker-connection' => [
40+
'filemaker' => [
4141
'driver' => 'filemaker',
4242
'host' => env('DB_HOST', 'fms.mycompany.com'),
4343
'database' => env('DB_DATABASE', 'MyFileName'),

0 commit comments

Comments
 (0)