Duffer Derek

Current Path : /home/webg5288/www/laravel_kendal/vendor/filament/forms/src/Components/
Upload File :
Current File : /home/webg5288/www/laravel_kendal/vendor/filament/forms/src/Components/View.php

<?php

namespace Filament\Forms\Components;

class View extends Component
{
    /**
     * @param  view-string  $view
     */
    final public function __construct(string $view)
    {
        $this->view($view);
    }

    /**
     * @param  view-string  $view
     */
    public static function make(string $view): static
    {
        $static = app(static::class, ['view' => $view]);
        $static->configure();

        return $static;
    }
}

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