Clockwork\Support\Lumen\ClockworkMiddleware::__construct PHP Метод

__construct() публичный Метод

Create a new middleware instance.
public __construct ( ClockworkSupport $clockworkSupport, Illuminate\Contracts\Debug\ExceptionHandler $exceptionHandler )
$clockworkSupport ClockworkSupport
$exceptionHandler Illuminate\Contracts\Debug\ExceptionHandler
    public function __construct(ClockworkSupport $clockworkSupport, ExceptionHandler $exceptionHandler)
    {
        $this->clockworkSupport = $clockworkSupport;
        $this->exceptionHandler = $exceptionHandler;
    }
ClockworkMiddleware