for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Coyote\Events;
use Coyote\Guide;
use Illuminate\Queue\SerializesModels;
class GuideDeleted
{
use SerializesModels;
Illuminate\Queue\SerializesModels
Coyote\Events\GuideDeleted
$id
$relations
$class
$connection
$keyBy
public array $guide;
public function __construct(Guide $guide)
$this->guide = $guide->toArray();
}