TenantAtlas/app/Filament/Resources/AlertDeliveryResource/Pages/ViewAlertDelivery.php
2026-02-18 15:25:14 +01:00

14 lines
305 B
PHP

<?php
declare(strict_types=1);
namespace App\Filament\Resources\AlertDeliveryResource\Pages;
use App\Filament\Resources\AlertDeliveryResource;
use Filament\Resources\Pages\ViewRecord;
class ViewAlertDelivery extends ViewRecord
{
protected static string $resource = AlertDeliveryResource::class;
}