8 lines
134 B
PHP
Executable File
8 lines
134 B
PHP
Executable File
<?php
|
|
|
|
namespace App\Filament\Components\Forms\ItemForm\Blocks;
|
|
|
|
interface BlockSchema
|
|
{
|
|
public static function schema(): array;
|
|
} |