TenantAtlas/app/Filament/Resources/InventorySyncRunResource/Pages/ViewInventorySyncRun.php
2026-01-07 17:02:32 +01:00

12 lines
291 B
PHP

<?php
namespace App\Filament\Resources\InventorySyncRunResource\Pages;
use App\Filament\Resources\InventorySyncRunResource;
use Filament\Resources\Pages\ViewRecord;
class ViewInventorySyncRun extends ViewRecord
{
protected static string $resource = InventorySyncRunResource::class;
}