Skip to content

Commit f19d4c3

Browse files
committed
Merge pull request #11 from Gerardo-junior/patch-1
Update database.php
2 parents 823e439 + 7aef7ff commit f19d4c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/config/database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
],
5454

5555
'mysql' => [
56-
'unix_socket' => '/Applications/MAMP/tmp/mysql/mysql.sock',
56+
// 'unix_socket' => '/Applications/MAMP/tmp/mysql/mysql.sock',
5757
'driver' => 'mysql',
5858
'host' => env('DB_HOST', 'localhost'),
5959
'database' => env('DB_DATABASE', 'forge'),

0 commit comments

Comments
 (0)