- improving the content of comments

This commit is contained in:
2023-08-07 01:32:29 +02:00
parent a08c6c9529
commit 2f112db339

View File

@@ -9,10 +9,10 @@ use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\SoftDeletes;
/**
* @param int $id
* @param string $message
* @param string $email
* @param string $sender
* @property int $id
* @property string $message
* @property string $email
* @property string $sender
*/
class Message extends Model
{