File "ContextDehydrating.php"

Full Path: /home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/vendor/laravel/framework/src/Illuminate/Log/Context/Events/ContextDehydrating.php
File size: 407 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Illuminate\Log\Context\Events;

class ContextDehydrating
{
    /**
     * The context instance.
     *
     * @var \Illuminate\Log\Context\Repository
     */
    public $context;

    /**
     * Create a new event instance.
     *
     * @param  \Illuminate\Log\Context\Repository  $context
     */
    public function __construct($context)
    {
        $this->context = $context;
    }
}