Files
opensem/config/comments.php
Ludovic CANDELLIER 39c80ce6d1 add shipping rules
2023-07-16 14:45:42 +02:00

19 lines
423 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,
];