You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
topnotch_website/app/Filament/Resources/ShippingEntryResource/Pages/CreateShippingEntry.php

12 lines
285 B
PHP

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