feat: tambah Filament 5 resources dengan schemas dan tables
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Filament\Resources\Votes\Pages;
|
||||
|
||||
use App\Filament\Resources\Votes\VoteResource;
|
||||
use Filament\Resources\Pages\CreateRecord;
|
||||
|
||||
class CreateVote extends CreateRecord
|
||||
{
|
||||
protected static string $resource = VoteResource::class;
|
||||
}
|
||||
Reference in New Issue
Block a user