first commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Filament\Resources\CustomFormResponseResource\Pages;
|
||||
|
||||
use App\Filament\Resources\CustomFormResponseResource;
|
||||
use Filament\Actions;
|
||||
use Filament\Resources\Pages\ViewRecord;
|
||||
|
||||
class CustomFormResponseView extends ViewRecord
|
||||
{
|
||||
protected static string $resource = CustomFormResponseResource::class;
|
||||
|
||||
protected static string $view = 'filament.resources.posts.pages.view-post';
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user