File "IsolatedBeat.php"

Full Path: /var/www/drive/laravel/pulse/src/Events/IsolatedBeat.php
File size: 240 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Laravel\Pulse\Events;

use Carbon\CarbonImmutable;

class IsolatedBeat
{
    /**
     * Create a new event instance.
     */
    public function __construct(
        public CarbonImmutable $time,
    ) {
        //
    }
}