Sindbad~EG File Manager

Current Path : /var/www/html/logros.sumar.com.py/vendor/livewire/livewire/src/
Upload File :
Current File : /var/www/html/logros.sumar.com.py/vendor/livewire/livewire/src/CompilerEngineForIgnition.php

<?php

namespace Livewire;

use Illuminate\View\Engines\PhpEngine;
use Facade\Ignition\Views\Engines\CompilerEngine;
use Livewire\ComponentConcerns\RendersLivewireComponents;
use Throwable;

class CompilerEngineForIgnition extends CompilerEngine
{
    use RendersLivewireComponents;

    protected function handleViewException(Throwable $e, $obLevel)
    {
        if ($this->shouldBypassExceptionForLivewire($e, $obLevel)) {
            // On Laravel 7 and before, there is no files property on the underlying
            // Illuminate\Views\Engines\CompilerEngine class, so pass null in this case
            (new PhpEngine($this->files ?? null))->handleViewException($e, $obLevel);

            return;
        }

        parent::handleViewException($e, $obLevel);
    }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists