for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace PolarAdmin\Polar\Events;
use PolarAdmin\Polar\Models\PolarNotification;
class PolarNotificationCreated
{
public $notification;
public function __construct(PolarNotification $notification)
$this->notification = $notification;
}