File "Entry.stub"

Full Path: /home/tecassol/public_html/tecas-solar.ma/vendor/filament/infolists/stubs/Entry.stub
File size: 156 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace {{ namespace }};

use Filament\Infolists\Components\Entry;

class {{ class }} extends Entry
{
    protected string $view = '{{ view }}';
}