<?php

namespace Illuminate\Foundation\Testing;

class CachedState
{
    public static ?array $cachedRoutes = null;
    public static ?array $cachedConfig = null;
}
