for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Usamamuneerchaudhary\Commentify\Events;
use Illuminate\Broadcasting\InteractsWithSockets;
use Illuminate\Foundation\Events\Dispatchable;
use Illuminate\Queue\SerializesModels;
use Usamamuneerchaudhary\Commentify\Models\Comment;
class CommentPosted
{
use Dispatchable, InteractsWithSockets, SerializesModels;
Illuminate\Queue\SerializesModels
Usamamuneerchaudhary\Com...fy\Events\CommentPosted
$collectionClass
$id
$relations
$class
$connection
$keyBy
/**
* Create a new event instance.
*/
public function __construct(
public Comment $comment
) {
}