NAI_Photobox/app/Filament/Resources/Photoprofiles/Pages/CreatePhotoprofile.php

12 lines
288 B
PHP

<?php
namespace App\Filament\Resources\Photoprofiles\Pages;
use App\Filament\Resources\Photoprofiles\PhotoprofileResource;
use Filament\Resources\Pages\CreateRecord;
class CreatePhotoprofile extends CreateRecord
{
protected static string $resource = PhotoprofileResource::class;
}