Rework admin panel and other
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace App\Filament\Components\Forms\ItemForm\Blocks;
|
||||
|
||||
interface BlockSchema
|
||||
{
|
||||
public static function schema(): array;
|
||||
}
|
||||
Reference in New Issue
Block a user