10 lines
270 B
PHP
10 lines
270 B
PHP
<?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,
|
|
];
|