Files
opensem/config/comments.php
Ludovic CANDELLIER d53e9f5a4f Fix
2021-04-08 16:18:21 +02:00

18 lines
422 B
PHP

<?php
return [
/*
* The comment class that should be used to store and retrieve
* the comments.
*/
'comment_class' => \BeyondCode\Comments\Comment::class,
/*
* The user model that should be used when associating comments with
* commentators. If null, the default user provider from your
* Laravel authentication configuration will be used.
*/
'user_model' => null,
];