Skip to content

Commit

Permalink
set database_connection as mongodb
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasitha Gunarathne committed Dec 21, 2022
1 parent d6b397b commit 9a44ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/activitylog.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
* the Activity model shipped with this package. In case it's not set
* Laravel's database.default will be used instead.
*/
'database_connection' => env('ACTIVITY_LOGGER_DB_CONNECTION'),
'database_connection' => 'mongodb',
];

0 comments on commit 9a44ddc

Please sign in to comment.