love_php/config/comment.php

10 lines
270 B
PHP
Raw Normal View History

2026-04-02 09:20:51 +08:00
<?php
return [
/**
* This is the default comment model of the application.
* If you create another comment class with extending this one, you should update this field with that.
*/
'model' => \Actuallymab\LaravelComment\Models\Comment::class,
];