- improving the content of comments

This commit is contained in:
Kamil Niemczycki 2023-08-07 01:32:29 +02:00
parent a08c6c9529
commit 2f112db339
Signed by: kamilniemczycki
GPG Key ID: 04D4E2012F969213

View File

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