ufutx.dma/config/comments.php

19 lines
414 B
PHP
Raw Normal View History

2026-03-04 14:42:40 +08:00
<?php
return [
/*
* The comment class that should be used to store and retrieve
* the comments.
*/
'comment_class' => \App\Models\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,
];